Releases: structurizr/java
Releases · structurizr/java
v1.15.1
- Adds some additional functionality for getting and finding element/relationship styles.
v1.15.0
- Adds documentation section filenames into the model.
- Adds support for custom elements on dynamic views.
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.