Skip to content

v5.6.0

Compare
Choose a tag to compare
@stefan-ka stefan-ka released this 02 Dec 15:35

Changes in release v5.6.0:

  • CML language change: body and brackets ({ }) are now optional for all domain objects (entities, value objects, domain events, etc.), services, repositories etc. (tactic DDD objects)
  • The domain vision statement is now supported on domains as well (not only subdomains).
  • PlantUML generator: the references in the class diagram generator use the corresponding attribute names as labels now:
    image
  • MDSL generator bugfix: generator no longer throws an exception if entities without attributes are referenced (such entities are ignored for generating the parameter tree).
  • Service cut generator: The dialog of the service cut generator has been improved (#156).
    • New coupling criteria categories.
    • Buttons which allow to prioritize all criteria of one category (see screenshot here).
  • Service cut result CML: uses the name UnknownType instead of Nanoentity for the resulting attributes (#164; we currently do not know the original type of attributes, due to the current implementation of Service Cutter).