Releases: amhellmund/archml
Releases · amhellmund/archml
v0.4.0 - MVP v4
This release introduces the following changes:
- The functional architecture was refined let the user resolve naming conflicts during import time.
- Preparations started for deployment architecture.
v0.3.0 - MVP v3
This release of the ArchML MVP brings the following (breaking) changes:
- The
artifactkeyword got removed from the language, instead emptytypeorinterfaceentities with just a (optional) decription can be used. - The reserved keywords (e.g.
system,component) may not be used as identifiers or filenames. - The VSCode extension now correctly colors the keywords
external,fromandimport.
v0.2.2 - MVP-v2
This release fixes the visualization of standalone/phantom nodes
v0.2.1 - MVP v2
This PR fixes v0.2.0 to fix a dysfunctional ArchML explorer.
v0.2.0 - MVP-v2
This release brings the following features:
- The language syntax was cleaned-up to make writing the architecture spec easier
- Variants are introduced to model multiple variations in the architecture
- Descriptions now support full markdown
- The
archml-explorerwas removed from the Sphinx directives - The ArchML explorer was updated with a cleaner UI
v0.1.0 - MVP
This release includes a first version of archml as a minimal-viable-product:
- Syntax for functional architecture
- Visualization export
- Interactive explorer
- Sphinx integration