Releases: accordproject/concerto
Concerto v1.2.1
π Bug Fixes
- This release fixes a bug with name resolution in the metamodel for empty models (#332)
Concerto v1.2.0
Concerto v1.1.3
Concerto v1.1.2
Concerto v1.1.1
π This release fixes an issue with dependencies when installing @accordproject/concerto-cli
#309 .
Concerto v1.1.0
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 andcicero 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
This release makes some minor changes to the TypeScript API.
Concerto v1.0.3
This release make fixes to some outdated JSDoc comments and to the TypeScript interface for @accordproject/concerto-core
.
Concerto v1.0.2
This release upgrades some dependencies to address security vulnerabilities.
Concerto v1.0.1
This release fixes an issue with the command line validation when using the --ergo
option.