RxSwift v4.0.0 Release Notes

    • โž• Adds global Hooks and implements error handling hook.
    • ๐Ÿ—„ Deprecates asSharedSequence extensions on ObservableType.
    • Publicly exposes controlProperty.

    Anomalies

    • ๐Ÿ”„ Changes Observable extensions to ObservableType extensions.
    • โšก๏ธ Changes didUpdateFocusInContextWithAnimationCoordinator UITableView extension argument to UITableViewFocusUpdateContext.
    • ๐Ÿ”„ Changes access modifier of DelegateProxy.setForwardToDelegate to open.