This release has been tested with Xcode 6.3.2 and Xcode 6.4b3.
- #2038 adds
Action.events, as well asmapError(),.value, and.errortoEvent(thanks @neilpa!) - #2029 fixes a potential crash in
flatten(.Concat)(thanks @ikesyo, @kastiglione, and @NachoSoto!) - #2040 adds
+=as a shorthand forCompoundDisposable.addDisposable(thanks @neilpa!) - #2041 fixes a deadlock in
flatten(.Latest)(thanks @neilpa for the review!) - #2008 fixes
CocoaActioncrashing in Release builds (thanks @bromas!) - #2039 converts
NSNotificationCenter.rac_notifications()into aSignalProducer(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.