All Versions
9
Latest Version
Avg Release Cycle
76 days
Latest Release
1645 days ago

Changelog History

  • v3.1.1

    October 18, 2019
  • v3.1.0 Changes

    October 18, 2019

    ๐Ÿš€ This release contains some internal cleanup, but the big change is the addition of a proper Package.swift for use with Xcode 11 (until Xcode received proper package manager support, there was little reason to support it for a UI-focused library)

  • v3.0.0 Changes

    April 19, 2019
    • Swift 5
    • Smaller, more focused API
    • Now requires iOS 10+
  • v2.2.0 Changes

    February 02, 2019

    โž• Added an xcodeproj for Carthage / manual integration support

  • v2.1.0 Changes

    September 25, 2018

    ๐Ÿš€ This release also moves the sample apps into a SampleApp/ directory, which now contains a Gemfile + Podfile โ€“ because Cocoapods is now used to integrate the framework with the sample apps! This really cleans up the top-level directory structure.

  • v2.0.0

    February 26, 2018
  • v2.0.0.alpha3 Changes

    February 20, 2018

    โšก๏ธ Minor API updates.

  • v2.0.0.alpha2 Changes

    February 20, 2018
    • โœ‚ Removed a few cases of redundant type constraints that were causing warnings.
    • ๐Ÿš€ Wrapped UIKit-specific extensions in macros to fix Cocoapods release for macOS.
  • v2.0.0.alpha1 Changes

    February 20, 2018

    ๐Ÿ”จ The entire library has been substantially rewritten and refactored to make it smaller and more focused. Feedback appreciated!