Skip to content

Commit fcc31d3

Browse files
Merge pull request #38 from Snapp-Mobile/feature/changelog
CHANGELOG
2 parents 4e1092f + 7715389 commit fcc31d3

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
<!--
6+
## [Unreleased] - yyyy-mm-dd
7+
8+
### Added
9+
- [ISSUE-XXXX](http://tickets.projectname.com/browse/PROJECTNAME-XXXX)
10+
Ticket title goes here.
11+
- [ISSUE-YYYY](http://tickets.projectname.com/browse/PROJECTNAME-YYYY)
12+
Ticket title goes here.
13+
14+
### Changed
15+
- Describe changes here.
16+
17+
### Fixed
18+
- Describe fixes here.
19+
20+
-->
21+
22+
## [0.1.0] - 2025-11-14
23+
24+
Initial release of SnappDesignTokens library.
25+
26+
### Added
27+
- Core DTCG (Design Tokens Community Group) format parser for Swift
28+
- Support for primitive token types: Color, Dimension, FontFamily, FontWeight, Duration, CubicBezier, Number
29+
- Support for composite token types: StrokeStyle, Border, Transition, Shadow, Gradient, Typography
30+
- Token reference resolution with `{group.token}` syntax
31+
- Hierarchical token organization and nested groups

0 commit comments

Comments
 (0)