Skip to content

Releases: accordproject/concerto

Concerto v1.2.1

06 Sep 15:56
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • This release fixes a bug with name resolution in the metamodel for empty models (#332)

Concerto v1.2.0

05 Sep 12:27
Compare
Choose a tag to compare

This release includes new features.

πŸš€ Features

The main new feature is the ability to convert Concerto models into C# classes.

  • πŸͺž New support for converting Concerto files into C# classes (#325)

πŸ› Bug Fixes

  • Model version pragma are now tolerant of prerelease Concerto versions (#327)

Concerto v1.1.3

01 Sep 12:04
655eac4
Compare
Choose a tag to compare

This is a bug fix patch release.

πŸ› Bug Fixes

Concerto v1.1.2

12 Aug 15:19
Compare
Choose a tag to compare

This release fixes bugs and addresses vulnerabilities.

πŸ› Bug fixes

  • #314 Properly handle built-in types when resolving type names during model imports into their metamodel instance
  • #313 Add support for decorator arguments which are type references

πŸ›‘οΈ Security

  • #312 Switches from uuid@3 to uuid@8 with a less predictable random number generator (Contribution by @sstone1 )

Concerto v1.1.1

11 Aug 12:18
Compare
Choose a tag to compare

πŸ› This release fixes an issue with dependencies when installing @accordproject/concerto-cli #309 .

Concerto v1.1.0

07 Aug 15:21
Compare
Choose a tag to compare

This release includes new features along with bug fixes.

πŸš€ Features

The main new feature is the ability to access and create models in JSON format, using a so-called metamodel written in Concerto itself. This feature is particularly useful is you need to programmatically manipulate (e.g., to generate or update) models.

  • πŸͺž New support for importing and exporting Concerto files into a JSON metamodel representation (#298)
  • πŸ›° New CLI commands cicero import to import a Concerto file into its metamodel and cicero export to create a Concerto file from a metamodel (#298)
  • πŸ“ˆ New support for converting Concerto models to GraphQL (#295 )

βš—οΈ Experimental

  • Also included is experimental support for importing JSONSchema into Concerto (#294 #297) - Contribution by @mttrbrts

πŸ› Bug fixes

  • #302 Fix to string validators when using regular expressions with a flag

πŸ›‘οΈ Security fixes

  • #301 Various upgrades to dependencies to address vulnerabilities

Concerto v1.0.4

30 Jun 12:02
Compare
Choose a tag to compare

This release makes some minor changes to the TypeScript API.

Concerto v1.0.3

29 Jun 10:15
Compare
Choose a tag to compare

This release make fixes to some outdated JSDoc comments and to the TypeScript interface for @accordproject/concerto-core.

Concerto v1.0.2

13 May 16:02
Compare
Choose a tag to compare

This release upgrades some dependencies to address security vulnerabilities.

Concerto v1.0.1

01 May 14:49
Compare
Choose a tag to compare

This release fixes an issue with the command line validation when using the --ergo option.