All Versions
12
Latest Version
Avg Release Cycle
108 days
Latest Release
1384 days ago

Changelog History
Page 1

  • v5.0.0 Changes

    July 12, 2020

    Summary

    ๐Ÿš€ This release removes some deprecated fonts and updates which fonts are available on iOS and tvOS.
    Some fonts are available on both platforms now, some other fonts have also been added and deleted.

    ๐Ÿš€ Since some fonts have been retired this technically is a breaking release but not because of functionality being added or removed
    from this library.

    ๐Ÿ‘ If I forgot anything or you feel that something could be done better by all means FEEL FREE TO CONTRIBUTE!


    P.S.
    2020 is turning out to be an unstable year, looks like all bets are off at this point.
    Please stay safe and take care.

    ~ Nicko

  • v4.0.1 Changes

    January 16, 2020

    ๐Ÿš€ This release fixes package manager support.

    Thanks @nuudles for putting this together!

  • v4.0.0 Changes

    April 08, 2019

    ๐Ÿš€ This is simply a project modernization release, no major code changes.

  • v3.0.0 Changes

    January 02, 2018

    ๐Ÿš€ This release introduces support for tvOS fonts.

  • v2.0.1 Changes

    September 23, 2017

    ๐Ÿš€ This release fixes an issue with cocoapods in a previous release.

    Enjoy!

  • v2.0.0 Changes

    September 20, 2017

    ๐Ÿ‘ Swift 4 Support!

    ๐Ÿš€ This release contains no new code changes, only updated project settings so that the project
    be compiled in Swift 4.

    Enjoy!

  • v1.1.0 Changes

    August 28, 2017

    ๐Ÿš€ This is a minor release with the following changes

    ๐Ÿ”„ Changes

    • The System font enum has been reorganized in Alphabetical order
    • ๐Ÿšš Tests have been moved to top level "Tests" folder
    • ๐Ÿšš Non essential code has been removed
  • v1.0.0 Changes

    June 26, 2017

    Summary

    ๐Ÿš€ This release marks this library as officially production ready.

    ๐Ÿ“ฆ Swift Package Manager support has also been added but is currently experimental.

  • v0.4.0 Changes

    June 05, 2017

    Summary

    ๐Ÿš€ This is just a minor additive release that introduces a convenience method for of(size:) that allows the use of the more natural Double type rather than forcing the user to use a CGFloat.

  • v0.3.0 Changes

    April 28, 2017

    ๐Ÿš€ This release enables the use of custom fonts thanks to the addition of FontRepresentable.
    ๐Ÿ‘€ Please see the README for details!

    Thanks @matsune for putting this together!