Releases: accordproject/concerto
Releases · accordproject/concerto
Concerto v3.12.5
What's Changed
Full Changelog: v3.12.4...v3.12.5
v3.12.4
What's Changed
Full Changelog: v3.12.3...v3.12.4
v3.12.3
What's Changed
- feat(maps): assign key type from ast by @jonathan-casey in #698
Full Changelog: v3.12.2...v3.12.3
v3.12.2
What's Changed
- feat(ModelFile): model file class declarations by @jonathan-casey in #695
Full Changelog: v3.12.1...v3.12.2
v3.12.1
What's Changed
- feat(introspector): getClassDeclarations filters map declarations by @jonathan-casey in #693
Full Changelog: v3.12.0...v3.12.1
v3.12.0
What's Changed
- feat(map): Support Import Types for Map Values by @jonathan-casey in #690
- feat(map): Adds map declaration analysis to concerto-analysis by @jonathan-casey in #691
Full Changelog: v.3.11.1...v3.12.0
v3.11.1
What's Changed
- chore(actions): publish v3.11.0 to npm by @github-actions in #687
- feat(maps): patch concept serialization by @jonathan-casey in #688
Full Changelog: v3.11.0...v3.11.1
v3.11.0
What's Changed
Adds an extra validation step in the ModelManager to validate ModelFile object against the Metamodel definition. This is useful for catching errors when dynamically creating model files and to ensure internal consistency.
When opting into this feature:
- In strict mode, invalid models will now throw an error.
- In the default non-strict mode, a console warning is printed.
Turn on the feature with a parameter to the ModelManager constructor, e.g.
new ModelManager({ metamodelValidation: true });
Changelog
- chore(actions): publish v3.10.0 to npm by @github-actions in #686
- feat(core): add validation of model files against metamodel by @mttrbrts in #684
Full Changelog: v3.10.0...v3.11.0
v3.10.0
What's Changed
- feat(map): Extend Type support by @jonathan-casey in #677
- fix(filter) : remove imports of filtered types by @dselman in #683
- Update Type Defs by @dselman in #685
Full Changelog: v3.9.1...v3.10.0
v3.9.1
What's Changed
- chore(actions): publish v3.9.0 to npm by @github-actions in #675
- Stefanblaginov/update prod semver by @stefanblaginov in #680
Full Changelog: v3.9.0...v3.9.1