ReactiveCocoa v8.0.1 Release Notes

Release Date: 2018-10-06 // over 5 years ago
  • ๐Ÿš€ This is a patch release of ReactiveSwift 8.0. It supports Swift 4.1 (Xcode 9.4) and Swift 4.2 (Xcode 10).

    CocoaPods compatibility

    The pod spec has been annotated with the language mode ReactiveCocoa is supposed to be built in (Swift 4.1). This should resolve issues when using ReactiveCocoa via CocoaPods with projects in Swift 4.2 mode.

    ๐Ÿ›  Bugfix

    ๐Ÿšฆ 1. Fixed an issue of SignalProducer.take(duringLifetimeOf:) incorrectly retaining its argument. (#3615, kudos to @andrei-kuzma)

    โž• Additions

    1. Add extensions for several properties on WKInterfaceLabel and WKInterfaceButton. (#3616, kudos to @yoching)
    2. Add swift_version to podspecs (#3622, kudos to @olejnjak)
    3. Introduce Lifetime.of(_:) which retrieves the lifetime of any Objective-C or Swift native object. (#3614, kudos to @ra1028)