Concerto v0.81.0
This is a major release, with numerous improvements, a new validate comment in the CLI, new naming for the core Concerto packages, and support for Ergo-specific serialization.
CLI
There is now a new command for testing validation of a JSON instance against a model:
concerto validate
validate JSON against model files
Options:
--version Show version number [boolean]
--verbose, -v [default: false]
--help Show help [boolean]
--sample sample JSON to validate [string] [default: "sample.json"]
--ctoFiles array of CTO files [array] [default: "."]
Packages and API
@accordproject/concertohas been renamed to@accordproject/concerto-core(#74 )- The
@accordproject/concerto-corecomes with typescript interfaces (#77 #82) - The Accord Project logger is available as part of the
@accordproject/concerto-corepackage (#102 ) - Supports a new
ergooption for theSerializer.toJSONandSerializer.fromJSONAPI calls (#110 )