Releases: finos/architecture-as-code
Releases · finos/architecture-as-code
0.1.4
What's Changed
- Add metadata generation support by @willosborne in #280
- This also removes support for additional top-level object generation (i.e. not nodes, relationships or metadata)
Full Changelog: 0.1.3...0.1.4
Visualizer Improvements
What's Changed
- Update actions/setup-node action to v4 by @renovate in #266
- Regenerating package-lock.json by @rocketstack-matt in #271
- Update dependency ajv to v8.15.0 by @renovate in #272
- update readme and create developer guide by @aidanm3341 in #273
- Visualizer improvments by @aidanm3341 in #278
Full Changelog: 0.1.2...0.1.3
Publishing Bug Fix
This patch release fixes a bug with the publishing which meant that the file structure was incorrect and the CLI couldn't resolve the CALM meta schema files.
Version bumps
This release bumps some versions in the CLI, and increases the patch version
Initial CLI release
This is an initial version of the CALM CLI using the 2024-04 draft of CALM, and includes 3 commands:
- generate
- validate
- visualize
This initial release will publish the package to npm so that it can be installed by anyone
First pre-production release of the CALM manifest
Setup docs (#3) * Add docs project using Docusaurus * Setup Action to deploy docs to GitHub Pages * Rename the core schema to 'core' to make it clearly identifable as we add domain schemas. * Rename schema to exclude version as we'll use tags to manage the versioning