Recent News
- Feb 17, 2021v6.4.0 Release Notes
- Dec 21, 2020v6.3.0 Release Notes
- Dec 17, 2020v6.2.0 Release Notes
- Oct 8, 2020v6.1.0 Release Notes
- Sep 23, 2020v6.0.0 Release Notes
- Sep 18, 2020SummerSoC Young Researcher Award 2020 goes to Stefan Kapferer
- Aug 6, 2020v5.15.0 Release Notes
- Jul 28, 2020v5.14.0 Release Notes
- Jun 24, 2020v5.13.0 Release Notes
- Jun 5, 2020Context Mapper for Visual Studio Code
- All news ...
v6.4.0 Release Notes
Feb 17, 2021 • Stefan Kapferer
Today we released version 6.4.0 of Context Mapper 🥳
This release contains some bug fixes, improvements in the CML grammar, and it changes how the OOAD transformation step 3 handles object identifiers:
CML Grammar Improvements
- Object attributes on the tactic DDD level can be marked with the keyword
unique
to indicate that its values must be unique. - Use Case / User Story grammar:
- In addition to
a
andan
,the
can now be used as an entity article.
- In addition to
OOAD Step 3 Change
- The OOAD step 3 transformation no longer generates Value Objects for the Entity identifiers, but simply generate a String attribute.
- The String attribute can still be transformed into a Value Object with the corresponding quick fix.
- This change improves the output of the MDSL generator (VO’s not necessarily desired in rapid prototyping process).
Bug Fixes
- State transitions can have more than two states on the left side now.
- The markdown glossary template has been improved and some bugs were fixed.
Thats already it for this new release of Context Mapper. As always, if you have any issues or other feedback, please let us know.