Skip to content

Changelog

All notable changes to Archlette will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Conventional Commits.

1.2.0 (2025-10-28)

Features

1.1.0 (2025-10-26)

Features

  • improve container description and DSL generation for cloudflare wrangler sources #30 (4f0b374)

Bug Fixes

  • grant the release-please workflow authority to trigger the cd workflow (#28) (1052f26)
  • resolve the latest release please configuration and permission issues (#29) (fb85252)

1.0.1 (2025-10-25)

Bug Fixes

1.0.0 (2025-10-25)

Features

  • implement basic-python extractor and improve test coverage (#1) (c71c17a)
  • implement cloudflare wrangler extractor #3 (178d54e)
  • Initial Archlette Implementation (#4) (d228150)
  • migrate to mkdocs material and automate doc generation (0de2199)
  • prepare for npm publish and fix path security validation (#24) (c9d07d7)

Bug Fixes

  • correct mkdocs.yml config to restore GitHub Pages deploy (aceb833)

Unreleased

Added

  • (placeholder) New features since last release

Fixed

  • (placeholder) Bug fixes since last release

Changed

  • (placeholder) Breaking or notable changes

0.1.0 - 2025-10-13

Added

  • Initial public scaffold for @chrislyons-dev/archlette
  • CLI with init, generate, validate, publish
  • Banner, --verbose / --quiet / --help / --version
  • Extract architecure information from:
  • Javascript applications
  • Cloudflare Wrangler toml files
  • Structurizr CLI, PlantUML, and Mermaid wiring (opt-in via aac.yaml)
  • Reusable GitHub Action + pre-commit example
  • MIT LICENSE, NOTICE, and THIRD_PARTY_LICENSES.md scaffolding