Skip to content

Releases: finos/architecture-as-code

0.1.4

13 Jun 12:06
b2f0fef
Compare
Choose a tag to compare

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

10 Jun 16:33
7703c31
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.3

Publishing Bug Fix

03 Jun 14:48
4c85538
Compare
Choose a tag to compare

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

03 Jun 14:17
fb82ada
Compare
Choose a tag to compare

This release bumps some versions in the CLI, and increases the patch version

Initial CLI release

03 Jun 14:06
77e5cc5
Compare
Choose a tag to compare

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

21 Dec 14:07
5b46a75
Compare
Choose a tag to compare
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