Skip to content

David

Compare
Choose a tag to compare
@kzaher kzaher released this 09 Apr 22:12
1048219
  • Xcode 8.3.1 / Swift 3.1 compatibility.
  • Add subscription closures for Single, Maybe and Completable (onSuccess, onError, onCompleted).
  • Renames Units as Traits and updates the documentation for Single, Completable & Maybe.
  • Deprecates bindTo in favor of bind(to:).
  • Adds materialize operator
  • Adds dematerialize operator
  • Adds latest parameter to SharedSequence.throttle operator.
  • Adds debug operator to PrimitiveSequence.

Anomalies

  • Fixes problem with UICollectionView data source caching and disposal logic. #1154