github ReactiveX/RxSwift 2.0.0-beta.2
Heapster

latest releases: 6.6.0, 6.5.0, 5.1.3...
pre-release8 years ago

This is a beta version of RxSwift 2.0.

Updated

  • Optimizations. System now performs significantly fewer allocations and is several times faster then 2.0.0-beta.1
  • Makes AnonymousObservable private in favor of create method.
  • Adds toArray operator (non blocking version).
  • Adds withLatestFrom operator, and also extends Driver with that operation.
  • Adds elementAt operator (non blocking version).
  • Adds takeLast operator.
  • Improves RxExample app. Adds retries example when network becomes available again.
  • Adds composite extensions to Bag (on, disposeAllIn).
  • Renames mistyped extension on ObserverType from onComplete to onCompleted.

Fixed

  • Fixes minimal platform version in OSX version of library to 10.9

Check out Migration guide to RxSwift 2.0

Don't miss a new RxSwift release

NewReleases is sending notifications on new releases.