Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Releases: structurizr/export

v1.6.0

15 Aug 13:26
Compare
Choose a tag to compare
  • com.structurizr.export.DiagramExporter and com.structurizr.export.WorkspaceExporter can now be implemented to build custom exporters, for use with the Structurizr CLI export command.
  • Resolves #2 (Allow to export properties to C4Plantuml files).
  • Resolves #8 (fixes the rendering of infrastructure nodes in C4-PlantUML deployment diagrams).
  • Resolves #17 (tags are no longer included by default in the C4-PlantUML export, and can be configured via a view set property named c4plantuml.tags).

v1.5.0

30 Mar 06:55
Compare
Choose a tag to compare
  • Adds support for relationship colours in the Ilograph export.
  • Adds support for the new relationship line style property.
  • Adds support for Mermaid sequence diagrams (#6).
  • Adds support for custom views and elements.

v1.4.0

20 Feb 11:37
Compare
Choose a tag to compare
  • Package change from com.structurizr.io to com.structurizr.export.
  • Fixes #4 (Remove sequence numeration from messages in PlantUML Sequence diagrams for dynamic views).