18 lines
762 B
Markdown
18 lines
762 B
Markdown
# Changelog
|
|
|
|
All notable changes to the html-diagram-creator skill will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [0.1.0] - 2025-11-27
|
|
|
|
### Added
|
|
- Initial release with publication-quality HTML diagram generation
|
|
- Academic styling based on HELM, BetterBench, EleutherAI papers
|
|
- Color-coded component stages (Data/Execution/Analysis)
|
|
- Three copy-paste templates (Linear, Branching, Comparison)
|
|
- Arrow SVG snippets for horizontal, vertical, and bidirectional flows
|
|
- Integration guidance with html-to-png-converter and markdown-to-pdf-converter
|
|
- Mandatory completion checklist for quality assurance
|