Changelog History
-
v0.6.0 Changes
October 04, 2020๐ Thanks to the release of Swift for Windows, this version includes an experimental, yet fully-featured release of Prism for windows.
See attached prism.exe in this release including instructions in the README file.Thanks to @compnerd for his massive assistance in making this work.
๐ This version also fixes an existing issue where templates stored in any folder hierarchy were processed as a flat hierarchy to the output folder. Now, the directory structure is preserved.
-
v0.5.0 Changes
August 14, 2020 -
v0.4.1 Changes
July 04, 2020 -
v0.4.0 Changes
June 16, 2020- โ Add support for kebab-case and PascalCase identities (#32)
- ๐ Allow using
!
to invert template conditionals (#30) - ๐ Support
isFirst
andisLast
for asset loops (colors, text styles, spacings) (#30) - โ Add support for font weight, font style and font stretch (#29)
- ๐ Support text styles that have no color attached to them (#22)
- Round font size to nearest two decimal points (#33)
- ๐ Various bug fixes and optimizations
-
v0.3.0 Changes
April 30, 2020๐ฑ ๐ฃ Prism 0.3.0 is out! ๐๐
๐ Thanks for all the great feedback and ideas for Prism! Keep 'em coming, we're always excited to improve and expand Prism's capabilities and support.
โก๏ธ Here are some updates since 0.2:
- ๐ Support for Zeplin's new Spacing feature (#17)
- ๐ Recursively fetch resources (colors, text styles) in multi-paged settings (e.g. when there are more than 100 of either) (#16)
- ๐ Fix edge-cases where transformations have spacing around them (#20)
- ๐ง Fully support Linux
- โก๏ธ Update Swift Tools to 5.2
-
v0.2.0 Changes
April 30, 2020๐ฑ ๐ฃ Prism 0.2 is out! ๐๐
โก๏ธ Thanks for all the great feedback and ideas for Prism! Here are some updates since 0.1:
- Letter Spacing & Line Height now have friendly 2-precision rounding #15 (Thanks @artemnovichkov!)
- ๐
prism
now uses swift-argument-parser for parsing its arguments - ๐ท We also switched to CI for this repo to use GitHub Actions!
- โ Add examples on generating SwiftUI style code with custom modifiers
- You can now install Prism via Homebrew
- โ Add instructions for installation via Mint
- Build-in reserved colors have been removed, but they can still be set in
reserved_colors
(along withreserved_textstyles
) in .prism/config.yml
-
v0.1 Changes
February 25, 2020๐ Initial version! ๐ฅณ