Dima
Results
2
issues of
Dima
## :bookmark_tabs: Summary It adds the way to add notes to class diagram. The way it works: for lines: ``` note "I love this diagram!\nDo you love it?" ``` it...
feature
## :bookmark_tabs: Summary Adds aliases for statements for ER diagram. Here is the list of added things: ``` "one or zero" return 'ZERO_OR_ONE'; "one or more" return 'ONE_OR_MORE'; "one or...
feature