You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
structurizr-dsl: Anonymous identifiers for relationships (i.e. relationships not assigned to an identifier) are excluded from the model, and therefore also excluded from the serialised JSON.
structurizr-dsl: Adds a way to configure whether the DSL source is retained via a workspace property named structurizr.dsl.source - true (default) or false.
structurizr-dsl: Adds the ability to define a PlantUML/Mermaid image view that is an export of a workspace view.
structurizr-dsl: Adds support for url, properties, and perspectives nested inside !elements and !relationships.
structurizr-dsl: Fixes #347 (->container-> expression does not work as expected in deployment view).
structurizr-dsl: Adds support for !elements group (#351).