Sha256: 4654d9bd736d3e67b39e38ef63c906b8bbf348738980dc6ff94ad634ce38411f
Contents?: true
Size: 898 Bytes
Versions: 1
Compression:
Stored size: 898 Bytes
Contents
# Changelog All notable changes to this project will be documented in this file. ## v0.6.0 ### Changed - Switched from GLI to dry-cli for CLI. Some may produce slightly different STDOUT and STDERR output. ### Added - Added `--output` flag to `stylegen init` command. This allows you to specify a different output file than the default `theme.yaml`. - Added `--input` flag to `stylegen build` command. This allows you to specify a different input file than the default `theme.yaml`. ## v0.5.0 ### Changed - Switched generated code from `struct` to `class`. - SwiftUI: Use `Color(uiColor:)` initializer when running on iOS 15+. ## v0.4.0 ### Added - Added support for color descriptions. ## v0.3.1 ### Changed - Increased precision of HEX color conversion to avoid truncation. ## v0.3.0 ### Added - SwiftUI support. ## v0.2.0 ### Added - `stylegen init` command. ## v0.1.0 - Initial release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stylegen-0.6.0 | CHANGELOG.md |