Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Change Log

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

<!--
## [Unreleased] - yyyy-mm-dd

### Added
- [ISSUE-XXXX](http://tickets.projectname.com/browse/PROJECTNAME-XXXX)
Ticket title goes here.
- [ISSUE-YYYY](http://tickets.projectname.com/browse/PROJECTNAME-YYYY)
Ticket title goes here.

### Changed
- Describe changes here.

### Fixed
- Describe fixes here.

-->

## [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