7.0.0-rc.1
版本发布时间: 2017-10-31 16:55:08
ReactiveCocoa/ReactiveCocoa最新发布版本:12.0.0(2021-11-20 22:26:26)
This is the second alpha release of ReactiveCocoa 7.0. It supports Swift 3.2 and Swift 4.0.
Breaking Change
-
DynamicProperty
no longer emits optionals. (#3461, kudos to @andersio)It now caches the latest value so that even if the underlying object has deinitialised, it would still be able to provide access.
Addition
-
New convenience:
Property(object:keyPath:)
. (#3461, kudos to @andersio)A read-only version of
DynamicProperty
. Note that this variant is just for untyped key path. -
UISearchBar has gained more reactive bindings and signals. (#3531, kudos to @andersio)
Signals: Search Button Clicked, Bookmark Button Clicked, Results List Clicked, Selected Scope Button Index
Binding Target: Selected Scope Button Indices.