RxSwift v4.0.0-alpha.1 Release Notes

    • ๐Ÿ”€ Merge of 3.6.1 changes.
    • โž• Adds UIScrollView.willEndDragging extension. #1365
    • โž• Adds enumerated operator (deprecates skipWhileWithIndex, takeWhileWithIndex, flatMapWithIndex, mapWithIndex).

    Anomalies

    • ๐Ÿ›  Fixes gesture recognizer extensions crash. #1382
    • โž• Adds onSubscribed parameter to SharedSequence extensions.