Skip to content

Releases: structurizr/java

v1.14.1

15 Aug 11:13
Compare
Choose a tag to compare
  • Enables structurizr-core to be used as a transitive dependency by consumers of structurizr-client.

v1.14.0

14 Aug 15:50
Compare
Choose a tag to compare
  • 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

15 Jul 14:13
Compare
Choose a tag to compare
  • Adds support for name/value properties on element and relationship styles.

v1.12.2

30 Mar 06:44
Compare
Choose a tag to compare
  • Adds support for sorting views by the order in which they are created.

v1.12.1

02 Mar 13:54
Compare
Choose a tag to compare

Renamed Decision.Link.type to Decision.Link.description.

v1.12.0

01 Mar 14:08
Compare
Choose a tag to compare
  • 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

18 Feb 17:49
Compare
Choose a tag to compare
  • Fixes #167 (ImpliedRelationship Strategy replication of URL and perspectives).
  • Makes the Decision.setContent() method public, to allow pre-processing of content before workspace upload/rendering.

v1.10.0

01 Feb 07:27
Compare
Choose a tag to compare
  • Makes the Section.setContent() method public, to allow pre-processing of content before workspace upload/rendering.

v1.10.0

29 Dec 11:05
Compare
Choose a tag to compare
  • 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

16 Oct 10:27
Compare
Choose a tag to compare
  • Adds the implied relationships functionality for custom elements.
  • "addDefaultElements" will now also add any connected custom elements.