Skip to content

Releases: accordproject/concerto

Concerto v0.80.2

27 Sep 16:01
9279bd6
Compare
Choose a tag to compare

This release adds two new functions to the ModelManager JS API:

  • getModels returns an array containing the name and Concerto source for all model files registered with the model manager.
  • writeModelsToFileSystem writes all models in this model manager to the specified path in the file system.

We also include a experimental CLI for concerto, this is available with npm i -g @accordproject/concerto-cli

Finally, this release restructures the concerto code base to a monorepo and includes https://github.com/accordproject/concerto-tools here. This is not expected to introduce any functional changes. https://github.com/accordproject/concerto-tools will now be deprecated.

Concerto v0.80.0

15 Sep 20:29
Compare
Choose a tag to compare

✨ This is the first release of the Concerto Modeling Language under the Accord Project umbrella. This release has identical functionality as the last version that was previously published under the umbrella of the Hyperledger project.

⚠️ There are two breaking change:

  • the component field in Concerto errors now returns @accordproject/concerto rather than concerto
  • instanceof has been fixed for Concerto objects to ensure they are robust across multiple npm modules (#47)

Migration

To switch to that version, change the package.json and require statements in your code from composer-concerto to @accordproject/concerto

v0.71.0

25 Jun 08:24
Compare
Choose a tag to compare

Minor fixes to how file/component names are stored in exceptions.

v0.40.0

29 Oct 09:24
fbfa47c
Compare
Choose a tag to compare

Allow specifying an identified by for transactions.