github ReactiveCocoa/ReactiveCocoa 5.0.0-alpha.4
ReactiveCocoa 5.0.0 alpha 4

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

This is the fourth alpha release of ReactiveCocoa 5.0. It targets Swift 3.0.

🚄 Release Roadmap

New since alpha 3

  1. Updated for ReactiveSwift 1.0.0 Release Candidate 1.
  2. The workspace has now playgrounds for iOS and tvOS.
  3. UIGestureRecognizer reactive extension. (#3256, kudos to @bitomule)
  4. NSLayoutConstraint reactive extension. (#3277, kudos to @eimantas)
  5. MKMapView reactive extension. (#3288, kudos to @eimantas)
  6. UISlider reactive extension. (#3291, kudos to @eimantas)
  7. UIStepper reactive extension. (#3293, kudos to @eimantas)
  8. UIRefreshControl reactive extension. (#3321, kudos to @calebd)
  9. UISearchBar reactive extension. (#3335, kudos to @dcaunt)
  10. UIScrollView reactive extension. (#3341, kudos to @dcaunt)
  11. NSPopUpButton reactive extension. (#3337, kudos to @ohbargain)
  12. New UISwitch action target: toggled. (#3322, kudos to @iv-mexx)
  13. New UIView binding target: backgroundColor. (#3276, kudos to @eimantas)
  14. New UIBarButton binding target: image and `title. (#3278, kudos to @eimantas)
  15. New collection view binding target: reloadData. (#3284, kudos to @sharplet)
  16. New UITextField and UITextView reactive extension: attributedText, attributedTextValues and continuousAttributedTextValues. (#3307, kudos to @augusteo)
  17. NotificationCenter.reactive.keyboardChange for system keyboard notification. (#3319, kudos to @andersio)
  18. NSObject.reactive.makeBindingTarget is now public.

Change since alpha 3

  1. DynamicProperty no longer accepts nil in its initializer. (#3273, kudos to @ikesyo)
  2. CocoaAction.isEnabled and CocoaAction.isExecuting are now bound to the main thread as expected. (#3345, kudos to @andersio)

Acknowledgements

Kudos to @mdiep, @NachoSoto, @sharplet, @ikesyo, @liscio, @akashivskyy, @dcaunt, @andriuskl and @andersio who helped review the pull requests.

Previous Pre-release

  1. ReactiveCocoa 5.0 alpha 3
  2. ReactiveCocoa 5.0 alpha 2
  3. ReactiveCocoa 5.0 alpha 1

Don't miss a new ReactiveCocoa release

NewReleases is sending notifications on new releases.