Skip to content

Releases: frzi/swift-variablefonts

1.1.0

13 Oct 11:32
21c84cc
Compare
Choose a tag to compare

Axis names no longer are raw strings. Rather, there's a new type that wraps the name. The FontAxis.Name enum comes with a set of well known axis names, for your convenience. String literals can be used to refer to custom axis names. See the readme or code docs for more information.

1.0.2

08 Dec 09:42
Compare
Choose a tag to compare
  • Set the supported platform versions to their lowest possible

1.0.1

06 Dec 11:06
Compare
Choose a tag to compare
  • Fixed the withAxis() and withAxes() methods using the incorrect initializer on non-macOS platforms

1.0.0

01 Dec 18:09
Compare
Choose a tag to compare

Initial release! Check the readme.