Skip to content

Releases: accordproject/concerto

v3.16.3

26 Jan 16:20
57c47b2
Compare
Choose a tag to compare

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

26 Jan 15:49
3e81cf5
Compare
Choose a tag to compare

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

04 Jan 14:39
769baa0
Compare
Choose a tag to compare

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

Full Changelog: v3.16.0...v3.16.1

v3.16.0

28 Nov 16:19
886a91b
Compare
Choose a tag to compare

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

14 Nov 13:29
b356260
Compare
Choose a tag to compare

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

25 Oct 11:51
96002a1
Compare
Choose a tag to compare

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

Full Changelog: v3.14.1...v3.14.2

v3.14.1

20 Oct 16:50
63e56af
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.14.0...v3.14.1

v3.14.0

20 Oct 11:42
bfd514d
Compare
Choose a tag to compare

What's Changed

{
    "$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

New Contributors

Full Changelog: v3.13.0...v3.14.0

v3.13.0

14 Sep 15:46
2ba977d
Compare
Choose a tag to compare

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

02 Sep 09:03
8f05541
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.12.4...v3.12.5