All Versions
9
Latest Version
Avg Release Cycle
76 days
Latest Release
1982 days ago
Changelog History
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 aGemfile
+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!