Swiftx v0.3.0 Release Notes

Release Date: 2015-09-12 // over 8 years ago
  • ๐Ÿ‘ 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.