This release is intended for use with Xcode 6.3.1.
- #1942 fixes
UIControl.rac_commandpotentially calling-endRefreshon a background thread (thanks @liyihe96, @neilpa, and @kastiglione!) - #1992 fixes “not safe for application extensions” warning (thanks @neilpa and @NachoSoto!)
- #1998 fixes type inferencing errors when using
flatMapon a producer-of-producers (thanks @ikesyo!) - #2011 allows
QueueSchedulers to be named for debugging (thanks @NachoSoto!) - #2010 fixes
promoteErrorsnot passing through.Interruptedevents (thanks @ikesyo!) - #2009 fixes a potential crash in
flatten(.Concat)(thanks @robrix and @ikesyo!) - #1961 adds
zipandcombineLatestover sequences of signals/producers (thanks @larcus94!) - #1975 fixes
.Interruptedevents from inner producers terminating the outer signal/producer (thanks @neilpa!)
🚧 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.