Releases: amzn/style-dictionary
Releases · amzn/style-dictionary
v2.5.0
- Migrated tests to Jest and added more testing especially for formats and templates
- Began deprecation path of templates. No power is being removed, you can still use templates in a format. It was confusing to people that we had both templates and formats, so this change simplifies the API without removing any features.
- Ability to control the generated comment at the top of formats and templates
- Added JSON5 support
- Added new format: json/nested
- Improved our error messaging and console output a lot. Rather than stop at 1 reference error, collect all the errors and show them at once so you don't have to fix one error, rebuild, repeat.
Thank you to all the contributors:
v2.4.0
v2.3.0
The main feature of this release is the addition of the filter API to file generation so that all formats and templates can make use of a standardized filter instead of implementations based on the format or template.
v2.2.0
v2.1.0
Initial Release v2.0.0-beta
The initial beta release of the 2.0 version!