github ReactiveCocoa/ReactiveCocoa 5.0.0-rc.1
5.0 Release Candidate 1

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

This is the first release candidate of ReactiveCocoa 5.0. It targets Swift 3.0.

🚄 Release Roadmap

New since alpha 6

  1. Method call arguments can now be intercepted with NSObject.reactive.signal(for:). Arguments are wrapped into an array of NSNumber and NSValue, which can be conveniently retrieved by exploiting the NSNumber and NSValue bridging since Swift 3.0.1. (#3302)

Changed since alpha 6

  1. Method call interception now fully interoperates with method swizzling and message forwarding. (#3302)
  2. Method call interception now interoperates with other isa-swizzling frameworks with a certain caveats. Please refer to the interoperability guarantees listed in the pull request. (#3302)

Acknowledgements

Kudos to @mdiep, @ikesyo and @andersio who helped review the pull requests.

Previous Pre-release

  1. ReactiveCocoa 5.0 alpha 6
  2. ReactiveCocoa 5.0 alpha 5
  3. ReactiveCocoa 5.0 alpha 4
  4. ReactiveCocoa 5.0 alpha 3
  5. ReactiveCocoa 5.0 alpha 2
  6. ReactiveCocoa 5.0 alpha 1

Don't miss a new ReactiveCocoa release

NewReleases is sending notifications on new releases.