Releases: structurizr/java
Releases · structurizr/java
v2.2.0
- structurizr-dsl: Adds support for element/relationship property expressions (#297).
- structurizr-dsl: Adds a way to specify the implied relationships strategy via a fully qualified class name when using
!impliedRelationships. - structurizr-dsl: Adds the ability to include single files as documentation (#303).
v2.1.4
v2.1.3
v2.1.2
v2.1.1
- structurizr-core: Fixes problem with ordering of relationship view vertices.
v2.1.0
- structurizr-core:
ViewSet.isEmpty()was missing a check for image views. - structurizr-core: Promotes
ModelView.copyLayoutInformationFrom()to be public, to allow individual view layout information to be merged. - structurizr-client: Fixes #257 (Serialization to JSON is not deterministic).
- structurizr-dsl: Fixes #252 (DSL parser does not seem to handle curly brackets balance).
- structurizr-dsl: Deprecates
!constant, adds!constand!var(see #253). - structurizr-export: Fixes #258 (Plantuml renderer: Group and system of same name yields puml code resulting in error).
v2.0.0
- structurizr-core: Removes deprecated concepts - enterprise and software system/person location.
- structurizr-core: Adds
Workspace.trim()to trim a workspace of unused elements (i.e. those not associated with any views). - structurizr-core: Adds support for SVG image views (#249).
- structurizr-core: View keys will be automatically generated if not specified.
- structurizr-client: Removes
StructurizrClient(useWorkspaceApiClientinstead). - structurizr-client: Merges #238 (fix: re-enable system properties for theme http client).
- structurizr-dsl: Removes
enterprisekeyword. - structurizr-dsl: Adds
!decisionsas a synonym for!adrs. - structurizr-dsl: Allows
!identifiersto be used insidemodel. - structurizr-dsl: Fixes #233 (Implied relationships not configured correctly when DSL workspace extends a JSON workspace).
- structurizr-import: Adds support for importing decisions managed by Log4brains.
- structurizr-import: Adds support for importing decisions in MADR format.
- structurizr-import: Fixes #251 (Importing docs fails on files without extension).
- structurizr-inspection: Initial version.
v1.29.0
- Adds
com.structurizr.api.AdminApiClientas a client for the cloud service/on-premises admin APIs. - Adds support for inter-workspace URLs of the form
{workspace:123456}/diagrams. - Deprecates
StructurizrClientin favour ofWorkspaceApiClient.
v1.28.1
AbstractWorkspace.clearConfiguration()creates a new instance rather than nulling it.
v1.28.0
- Adds a flag to determine whether automatic layout has been applied or not.
- Adds support for perspective values.
- Adds the ability to scope and validate a workspace.