7.1.0
版本发布时间: 2018-01-14 01:31:02
ReactiveCocoa/ReactiveCocoa最新发布版本:12.0.0(2021-11-20 22:26:26)
This is the first release of ReactiveCocoa 7.1. It requires ReactiveSwift 3.1, and supports Swift 3.2 and Swift 4.0.
Change
-
Requires ReactiveSwift 3.1.
-
Fix an issue preventing ReactiveCocoa from being built with the Swift 3.2 language mode. (#3556)
This issue might affect only users with CocoaPods 1.3.1 and earlier. For Carthage and the Xcode Project users, ReactiveCocoa is always built with the Swift 4.0 language mode.
Addition
- Added reactive extension for AppKit's NSTextView. (#3549, kudos to @Palleas)