v2.1.0
simonbrowndotje
released this
02 Mar 09:09
·
116 commits
to master
since this release
- structurizr-core:
ViewSet.isEmpty()
was missing a check for image views. - structurizr-core: Promotes
ModelView.copyLayoutInformationFrom()
to be public, to allow individual view layout information to be merged. - structurizr-client: Fixes #257 (Serialization to JSON is not deterministic).
- structurizr-dsl: Fixes #252 (DSL parser does not seem to handle curly brackets balance).
- structurizr-dsl: Deprecates
!constant
, adds!const
and!var
(see #253). - structurizr-export: Fixes #258 (Plantuml renderer: Group and system of same name yields puml code resulting in error).