8.0.1
版本发布时间: 2018-10-07 00:26:39
ReactiveCocoa/ReactiveCocoa最新发布版本:12.0.0(2021-11-20 22:26:26)
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
- Fixed an issue of
SignalProducer.take(duringLifetimeOf:)
incorrectly retaining its argument. (#3615, kudos to @andrei-kuzma)
Additions
- Add extensions for several properties on
WKInterfaceLabel
andWKInterfaceButton
. (#3616, kudos to @yoching) - Add
swift_version
to podspecs (#3622, kudos to @olejnjak) - Introduce
Lifetime.of(_:)
which retrieves the lifetime of any Objective-C or Swift native object. (#3614, kudos to @ra1028)