Changelog
All notable changes to the .chalk project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
- Initial release of .chalk markup language
- Core compiler and library API
- Documentation website
- VS Code extension (coming soon)
Changed
Deprecated
Removed
Fixed
Security
0.1.0 - 2025-12-23
Added
- Initial public release
- Complete language specification
- JavaScript/TypeScript compiler
- Library API for defining custom elements and document types
- Primitive elements and attribute types
- Documentation and examples