All Versions
10
Latest Version
Avg Release Cycle
144 days
Latest Release
1826 days ago

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 use Never.
    • ๐Ÿšš 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 use Either<ErrorType, T> to replace it.
    • โšก๏ธ Sections have been updated for Swift 2.0
    • โœ… SwiftCheck is now used for the entire testing suite.