- 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).
- Package change from
com.structurizr.iotocom.structurizr.export. - Fixes #4 (Remove sequence numeration from messages in PlantUML Sequence diagrams for dynamic views).
- Fixes a bug when exporting views to PlantUML formats, when there are newline characters in element names/descriptions/technologies and relationship descriptions/technologies.
- The C4-PlantUML export now includes tags.
- Adds support for customizing PlantUML exports via view set properties (plantuml.title, plantuml.includes, etc).
- Adds support for hyperlinked elements via the StructurizrPlantUML and C4-PlantUML exporters.
- Adds support for styling groups via an element style named
Group' (for all groups) orGroup:Name` (for the "Name" group).
- Adds support for C4-PlantUML
SHOW_LEGEND(). - Identifiers in PlantUML exports are now based upon element names, rather than internal IDs (#59).
- Adds support for "left to right direction" layouts with C4-PlantUML.
- Adds support for "external" software system/container boundaries on dynamic views.
- Adds support for more shapes (pipe and hexagon) via the StructurizrPlantUMLExporter.
- Adds support for exporting animations (StructurizrPlantUML and C4-PlantUML only).
- Trying to render a sequence diagram with C4-PlantUML now throws an unsupported exception, as C4-PlantUML doesn't natively support sequence diagrams.
- Initial version, refactored from existing (and separate) PlantUML, Mermaid, DOT, WebSequenceDiagrams, and Ilograph exporters.