Releases: structurizr/java
Releases · structurizr/java
v1.14.1
- Enables
structurizr-core
to be used as a transitive dependency by consumers ofstructurizr-client
.
v1.14.0
- Adds a helper method (
AbstractImpliedRelationshipsStrategy.createImpliedRelationship
) to create implied relationships, which can then be used by custom implementations. - Provides a way to add specific relationships to dynamic views.
v1.13.0
- Adds support for name/value properties on element and relationship styles.
v1.12.2
- Adds support for sorting views by the order in which they are created.
v1.12.1
Renamed Decision.Link.type
to Decision.Link.description
.
v1.12.0
- Breaking API changes to how documentation and decisions are managed.
- Moved documentation importers/templates to structurizr-documentation.
- Moved examples to structurizr-examples
- Removal of deprecated
Model.addImplicitRelationships()
method.
v1.11.0
v1.10.0
- Makes the
Section.setContent()
method public, to allow pre-processing of content before workspace upload/rendering.
v1.10.0
- Adds support for different relationship line styles (solid, dashed, dotted).
- Adds the ability to indicate that individual views should not merge layout from remotes.
- Adds name/value properties to the view set configuration.
v1.9.9
- Adds the implied relationships functionality for custom elements.
- "addDefaultElements" will now also add any connected custom elements.