github ReactiveCocoa/ReactiveCocoa 7.0.0-rc.1
7.0.0 Release Candidate 1

latest releases: 12.0.0, 11.2.2, 11.2.1...
pre-release6 years ago

This is the second alpha release of ReactiveCocoa 7.0. It supports Swift 3.2 and Swift 4.0.

Breaking Change

  1. 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

  1. 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.

  2. 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.

Don't miss a new ReactiveCocoa release

NewReleases is sending notifications on new releases.