RxSwift v3.4.0 Release Notes

    • Xcode 8.3.1 / Swift 3.1 compatibility.
    • โž• Add subscription closures for Single, Maybe and Completable (onSuccess, onError, onCompleted).
    • ๐Ÿ“š Rename Units as Traits and update 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