diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1e9c413 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +# Change Log + +All notable changes to this project will be documented in this file. + + + +## [0.1.0] - 2025-11-14 + +Initial release of SnappDesignTokens library. + +### Added +- Core DTCG (Design Tokens Community Group) format parser for Swift +- Support for primitive token types: Color, Dimension, FontFamily, FontWeight, Duration, CubicBezier, Number +- Support for composite token types: StrokeStyle, Border, Transition, Shadow, Gradient, Typography +- Token reference resolution with `{group.token}` syntax +- Hierarchical token organization and nested groups