Skip to content

Releases: accordproject/concerto

Concerto v3.12.5

02 Sep 09:03
8f05541

Choose a tag to compare

What's Changed

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

v3.12.4

31 Aug 09:40
d27d807

Choose a tag to compare

What's Changed

  • fix(decoratormanager) applying decorators to a scalar using decorator sets by @dselman in #700

Full Changelog: v3.12.3...v3.12.4

v3.12.3

30 Aug 15:27
0623b35

Choose a tag to compare

What's Changed

Full Changelog: v3.12.2...v3.12.3

v3.12.2

28 Aug 15:36
d648566

Choose a tag to compare

What's Changed

Full Changelog: v3.12.1...v3.12.2

v3.12.1

28 Aug 09:42
24b2515

Choose a tag to compare

What's Changed

Full Changelog: v3.12.0...v3.12.1

v3.12.0

24 Aug 13:24
09b3d15

Choose a tag to compare

What's Changed

Full Changelog: v.3.11.1...v3.12.0

v3.11.1

18 Aug 12:47
3fa0135

Choose a tag to compare

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

16 Aug 13:47
b2469e4

Choose a tag to compare

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

16 Aug 11:40
f8da8a9

Choose a tag to compare

What's Changed

Full Changelog: v3.9.1...v3.10.0

v3.9.1

10 Aug 09:12
b8ee62d

Choose a tag to compare

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