Releases: Continuous-DrivenArchitecture/archi-semantic-core
Releases · Continuous-DrivenArchitecture/archi-semantic-core
Release list
v0.5.0
v0.4.3
v0.4.2
0.4.2 (2026-08-17)
Bug Fixes
- release: prevent publishing packages without dist (b8ab8a0)
Documentation
- add documentation website (Astro/Starlight) with generated API reference (02d3268)
- temporarily serve GitHub Pages from develop (9b44f61)
Miscellaneous Chores
- docs: retire in-repo website in favor of the CDA Developer Portal (b267e88)
Continuous Integration
- docs: install root dependencies so typedoc can resolve source imports (52d03db)
v0.4.1
v0.4.0
v0.3.1
v0.3.0
0.3.0 (2026-08-16)
Features
- examples: parser-focused consumption recipes for ArchiModel (a49f82b)
Bug Fixes
- badge paths in runbooks resolve relative to runbooks/ (d80e59a)
Documentation
- add new-repo playbook as internal devsecops recipe (.docs/) (86111a6)
- add Spanish version of the devsecops recipe (5efc302)
- adopt kebab-case runbook naming and add index (f9c8887)
- move devsecops recipes to .github/ (971a3e5)
- move recipes to runbooks/ (industry standard for operational procedures) (5bc6526)
- reference runbooks from CONTRIBUTING, drop runbooks index (aec66f8)
- translate devsecops recipe to English (f40d62d)
- use the standard flag language-switcher in recipes (cbd4db9)
- verb-first runbook naming (create-new-repo) (ba9bee1)
Miscellaneous Chores
- assets: move badges and flags from docs/ to .github/assets/ (06280dc)
- release: 0.3.0 [skip ci] (d1dddc8)
Continuous Integration
v0.2.0
0.2.0 (2026-08-16)
Changed
- Label expressions now resolve in O(1) per node — linear time on
arbitrarily large models (previously O(n²)). - Zip entries are verified against their CRC-32 before parsing — a
corrupted model archive throwsarchimate-zip-crc-mismatchinstead of
producing garbage.
Security
- npm package publishes with SLSA provenance and registry signature via
trusted publishing (OIDC). - CI hardened per the OWASP NPM Security Cheat Sheet:
ignore-scripts,
prod-only audit gate, pinned third-party actions, weekly dependency
health check.