Releases: accordproject/concerto
v3.16.3
What's Changed
- chore(actions): publish v3.16.2 to npm by @github-actions in #791
- chore(deps-dev): bump axios from 0.23.0 to 1.6.0 in /packages/concerto-core by @dependabot in #792
Full Changelog: v3.16.2...v3.16.3
v3.16.2
Dependency upgrades.
What's Changed
- chore(actions): publish v3.16.1 to npm by @github-actions in #778
- chore(deps): bump follow-redirects from 1.15.0 to 1.15.4 in /packages/concerto-util by @dependabot in #780
- chore(deps-dev): bump follow-redirects from 1.15.3 to 1.15.4 in /packages/concerto-types by @dependabot in #783
- chore(deps): bump follow-redirects from 1.15.3 to 1.15.4 in /packages/concerto-vocabulary by @dependabot in #782
- chore(deps): bump axios, @accordproject/concerto-metamodel and @accordproject/concerto-util in /packages/concerto-cto by @dependabot in #786
- chore(deps): bump concerto-metamodel dependency by @mttrbrts in #788
- chore(deps): bump axios and @accordproject/concerto-metamodel in /packages/concerto-core by @dependabot in #789
- chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.5 by @dependabot in #790
Full Changelog: v3.16.1...v3.16.2
v3.16.1
What's Changed
- fix(class-declaration): throw with undefined ast properties by @ekarademir in #771
- fix(error): adding type to error in string validator in introspect by @santanu8961 #773
New Contributors
- @santanu8961 made their first contribution in #773
Full Changelog: v3.16.0...v3.16.1
v3.16.0
What's Changed
- chore(actions): publish v3.15.0 to npm by @github-actions in #758
- feat(types): build uniontypes too by @mttrbrts in #765
- fix(class): throw error when class is extending itself by @stefanblaginov in #767
Full Changelog: v3.15.0...v3.16.0
v3.15.0
What's Changed
-
feat(*): use modelfile to getType() by @jonathan-casey in #742
-
feat(vocabulary): vocaulary for map types by @sanketshevkar in #755
-
feat(core):added extract decorator method by @muskanbararia in #754
-
fix(decoratormanager): apply decorators to properties without a type by @dselman in #752
-
chore(actions): publish v3.14.2 to npm by @github-actions in #747
-
chore(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2 in /packages/concerto-util by @dependabot in #749
-
chore(deps): bump axios from 0.23.0 to 1.6.0 in /packages/concerto-util by @dependabot in #757
Full Changelog: v3.14.2...v3.15.0
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