github ReactiveCocoa/ReactiveCocoa v3.0-beta.6

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

This release has been tested with Xcode 6.3.2 and Xcode 6.4b3.

  • #2038 adds Action.events, as well as mapError(), .value, and .error to Event (thanks @neilpa!)
  • #2029 fixes a potential crash in flatten(.Concat) (thanks @ikesyo, @kastiglione, and @NachoSoto!)
  • #2040 adds += as a shorthand for CompoundDisposable.addDisposable (thanks @neilpa!)
  • #2041 fixes a deadlock in flatten(.Latest) (thanks @neilpa for the review!)
  • #2008 fixes CocoaAction crashing in Release builds (thanks @bromas!)
  • #2039 converts NSNotificationCenter.rac_notifications() into a SignalProducer (thanks @neilpa!)
  • #2032 avoids currying syntax to hopefully work around some Swift crashers (thanks @neilpa for the review!)
  • #2017 fixes unbounded memory growth in flatten(.Concat) (thanks @neilpa and @NachoSoto for the review!)

🚧 Remember, RAC 3 is beta software! 🚧

Use in production applications is still not recommended, but shouldn't cause problems. Note, however, that the Markdown documentation in the repository has not been fully updated yet. Use at your own risk!

See the CHANGELOG to learn more about the major changes between ReactiveCocoa versions 2 and 3.

Don't miss a new ReactiveCocoa release

NewReleases is sending notifications on new releases.