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