This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Releases: structurizr/dsl
Releases · structurizr/dsl
v1.35.0
v1.34.0
- Fixes #364 (.DS_Store file causes exception during !include on Windows).
- Fixes #359 (Add url for relationship in dynamic view).
- Adds a
getDslParser()
method to theStructurizrDslPluginContext
class (#361). - Adds the ability to specify the workspace scope via a
scope
keyword inside the workspaceconfiguration
. - Adds support for specifying perspective values.
- Updates structurizr/java to v1.28.0.
- Updates structurizr/import to v1.7.0.
v1.33.0
- DSL identifiers (if present) will now be loaded when extending a JSON workspace (see #328).
- Adds a
context
variable to inline/external scripts (see #332). - Fixes #324 (Groups with no curly braces breaks diagrams).
- Adds a way to set the character encoding used by the DSL parser (see #338).
- Fixes #336 (Dynamic View does not allow !script tag).
!extend
can now be used instead of!ref
.
v1.32.0
- Adds the ability to specify the workspace
visibility
(private/public) via the workspace configuration.
v1.31.1
v1.31.0
- Adds support for passing parameters to external scripts.
- Updates dependencies.