Skip to content

Concerto v0.80.0

Compare
Choose a tag to compare
@jeromesimeon jeromesimeon released this 15 Sep 20:29

✨ 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