This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
v1.18.0
simonbrowndotje
released this
20 Feb 11:42
·
204 commits
to master
since this release
- Removes backwards compatibility for unquoted expressions (e.g.
exclude src -> dest
- useexclude "src -> dest"
instead). - Adds the ability to include/exclude relationships by the tag of source of destination elements (e.g.
exclude "* -> element.tag==Tag"
). - Adds support for directory based includes with
!include
. - Adds support for element expressions to be used in the afferent/efferent coupling expression (e.g.
exclude "->element.tag==Tag"
) - Adds support for element expressions of the form
element.parent==<identifier>
. - Fixes #113 (Excluding relationships with tags in a Deployment Diagram).