All Versions
10
Latest Version
Avg Release Cycle
144 days
Latest Release
2057 days ago
Changelog History
Changelog History
-
v0.8.0 Changes
March 29, 2019โก๏ธ Update to Swift 5
-
v0.7.0 Changes
April 12, 2018โก๏ธ Update to Swift 4.1
-
v0.6.0 Changes
November 02, 2017๐ Support for Xcode 9.1 and Swift 4.0.
-
v0.5.2 Changes
March 29, 2017๐ Swiftx now supports Swift 3.1
-
v0.5.1 Changes
November 20, 2016๐ Fixed for a compatibility issue with the Swift Package Manager
-
v0.5.0 Changes
September 18, 2016๐ฑ โ ๏ธ Breaking Changes Ahead โ ๏ธ
๐ Swiftx now supports Swift 3, Xcode 8, and a Swift Package Manager build. In addition,
- ๐
Nothing
has been removed. Please useNever
. - ๐ The operator sections have been removed.
- ๐
-
v0.4.0 Changes
March 22, 2016๐ Swiftx now supports Swift 2.2
-
v0.3.2 Changes
January 04, 2016๐ Swiftx now supports both tvOS and watchOS.
-
v0.3.1 Changes
October 18, 2015๐ Fixes the last erroneous pod spec.
-
v0.3.0 Changes
September 12, 2015๐ Swiftx now fully supports Swift 2.0!
- ๐
Box<T>
has been removed. - โก๏ธ Operator declarations have been updated and standardized across all of TypeLift
- ๐ Documentation of operators and structures has been improved dramatically.
- ๐
Result<T>
has been removed. Please useEither<ErrorType, T>
to replace it. - โก๏ธ Sections have been updated for Swift 2.0
- โ SwiftCheck is now used for the entire testing suite.
- ๐