github ReactiveCocoa/ReactiveCocoa v4.2.1

latest releases: 12.0.0, 11.2.2, 11.2.1...
7 years ago

This release is meant for use with Xcode 7.3.x and Swift 2.2.x. See v4.0.1 for Swift 2.1 support.

Swift

Added

  • Signal.debounce()/SignalProducer.debounce() for sending values interval seconds apart (#2952, thanks @mdiep and @natestedman!)
  • ObserverType protocol for type-constrained extensions of Observer (#2992, thanks @natestedman!)
  • flatten() variants that operate on SequenceTypes (#2975, thanks @miikegb!)

Fixed

  • Binding a producer to a MutablePropertyType leaked memory (#2961, thanks @github-user32!)
  • zip()d producers didn’t complete after both sources completed (#2972, thanks @andersio!)
  • then() didn’t forward interruptions from the original producer (#2987, thanks @sharplet!)
  • TestScheduler didn’t have the correct currentDate while advancing (#2991, thanks @inamiy!).

Don't miss a new ReactiveCocoa release

NewReleases is sending notifications on new releases.