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

Commit

Permalink
Updated to reflect release.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Feb 20, 2022
1 parent 89f92a4 commit 063f1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Changelog

## 1.18.0 (unreleased)
## 1.18.0 (20th February 2022)

- Removes backwards compatibility for unquoted expressions (e.g. `exclude src -> dest` - use `exclude "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)
- Fixes #113 (Excluding relationships with tags in a Deployment Diagram).

## 1.17.0 (4th January 2022)

Expand Down

0 comments on commit 063f1b8

Please sign in to comment.