Skip to content

v4.0-alpha.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@NachoSoto NachoSoto released this 30 Nov 18:51
· 2259 commits to master since this release

This release is meant for use with Xcode 7.1.x and Swift 2.1.

🚧 Remember, RAC 4 is alpha software! 🚧

Expect breaking changes in subsequent alpha releases.
See the CHANGELOG to learn more about the major changes between ReactiveCocoa versions 3 and 4.


New features:

Improvements

Bug fixes

Known issues

  • Disposing a flattened SignalProducer does not dispose the inner producers (#2453).
  • Race condition between concat and take that can lead to one-too-many producers being started (#2548).