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