Skip to content

Releases: typelift/Swiftx

Five-Oh

29 Mar 13:16
4affb64
Compare
Choose a tag to compare

Update to Swift 5

Swift Up

12 Apr 04:00
7c1d3e4
Compare
Choose a tag to compare

Update to Swift 4.1

Uppercut

02 Nov 22:09
140f151
Compare
Choose a tag to compare

Support for Xcode 9.1 and Swift 4.0.

Triad Trials

29 Mar 18:51
Compare
Choose a tag to compare

Swiftx now supports Swift 3.1

Test of Patience

20 Nov 02:57
Compare
Choose a tag to compare

Fixed for a compatibility issue with the Swift Package Manager

Swift Three Dot XYZ

18 Sep 21:17
Compare
Choose a tag to compare

⚠️ Breaking Changes Ahead ⚠️

Swiftx now supports Swift 3, Xcode 8, and a Swift Package Manager build. In addition,

  • Nothing has been removed. Please use Never.
  • The operator sections have been removed.

X Gon' Give It to Ya

22 Mar 23:47
Compare
Choose a tag to compare

Swiftx now supports Swift 2.2

Scheme a Little Scheme

04 Jan 05:59
Compare
Choose a tag to compare

Swiftx now supports both tvOS and watchOS.

Up Var!!

18 Oct 18:58
Compare
Choose a tag to compare

Fixes the last erroneous pod spec.

Lattner-Day Saints

12 Sep 19:22
Compare
Choose a tag to compare

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 use Either<ErrorType, T> to replace it.
  • Sections have been updated for Swift 2.0
  • SwiftCheck is now used for the entire testing suite.