Releases: accordproject/concerto
Releases · accordproject/concerto
v3.14.2
What's Changed
- chore(actions): publish v3.14.1 to npm by @github-actions in #744
- fix(core): missing array modifier for scalar fields by @KrishnaPG in #746
New Contributors
- @KrishnaPG made their first contribution in #746
Full Changelog: v3.14.1...v3.14.2
v3.14.1
What's Changed
- feat(analyser): add config builder to extend the analyser config by @ekarademir in #730
- chore(*): upgrade concerto-metamodel by @jonathan-casey in #743
New Contributors
- @ekarademir made their first contribution in #730
Full Changelog: v3.14.0...v3.14.1
v3.14.0
What's Changed
- Decorator Command Sets now support Map Declarations as targets
- Map Declarations can be enabled using a ModelManager option
enableMapType
as an alternative to the Environment Variable. - Decorator Command Sets can now target multiple properties in a single command.
{
"$class" : "[email protected]",
"type" : "UPSERT",
"target" : {
"$class" : "[email protected]",
"namespace" : "test",
"declaration" : "Person",
"type" : "[email protected]",
"properties" : ["address1", "address2", "zip"]
},
"decorator" : {
"$class" : "[email protected]",
"name" : "Address",
"arguments" : []
}
}
Changelog
- feat(core): decorator multi property by @dselman in #713
- feat(decoratormanager) add validate method by @dselman in #726
- feat(core): add option
enableMapType
to ModelManager by @jonathan-casey in #728 - feat(*): Add JSDoc for ModelManager
enableMapType
option by @jonathan-casey in #731, #729 - feat(dcs): add map type support for decorator command targets by @jonathan-casey in #722
- feat(map): Support Map Key Type Imports by @jonathan-casey in #739
- fix(readme): Added correct link in readme by @muskanbararia in #734
- fix(vocabularymanager) analysis fails with scalar. issue 723 by @dselman in #724
- chore(actions): publish v3.13.0 to npm by @github-actions in #716
New Contributors
- @muskanbararia made their first contribution in #734
Full Changelog: v3.13.0...v3.14.0
v3.13.0
What's Changed
- feat(map): remove class reference in Maps by @jonathan-casey in #708
- Validation for Decorator Command Sets by @dselman in #702
- feat(decoratormanager) add support for unversioned namespaces in decorator command set target by @dselman in #712
- chore(decoratormanager) API backwards compat by @dselman in #715
Full Changelog: v3.12.5...v3.13.0
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