Skip to content

Releases: amhellmund/archml

v0.4.0 - MVP v4

06 Apr 22:30

Choose a tag to compare

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

01 Apr 22:07

Choose a tag to compare

This release of the ArchML MVP brings the following (breaking) changes:

  • The artifact keyword got removed from the language, instead empty type or interface entities 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, from and import.

v0.2.2 - MVP-v2

31 Mar 14:17

Choose a tag to compare

This release fixes the visualization of standalone/phantom nodes

v0.2.1 - MVP v2

31 Mar 12:13

Choose a tag to compare

This PR fixes v0.2.0 to fix a dysfunctional ArchML explorer.

v0.2.0 - MVP-v2

31 Mar 09:30

Choose a tag to compare

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-explorer was removed from the Sphinx directives
  • The ArchML explorer was updated with a cleaner UI

v0.1.0 - MVP

26 Mar 13:31

Choose a tag to compare

This release includes a first version of archml as a minimal-viable-product:

  • Syntax for functional architecture
  • Visualization export
  • Interactive explorer
  • Sphinx integration