RxSwift v4.0.0-beta.0 Release Notes

    • โž• Adds materialize() operator for RxBlocking's BlockingObservable. #1383
    • โž• Adds first operator to ObservableType.
    • ๐Ÿ—„ Deprecates UIBindingObserver in favor of Binder. #1411
    • โž• Adds another specialization of SharedSequence called Signal.
    • ๐Ÿ”จ Refactors DelegateProxy to be type safe.
    • ๐Ÿ”„ Changes nested SharedSequence strategy to use inner sharing strategy for result.

    Anomalies

    • Call controlTextDidChange(โ€ฆ) as an optional method. #1406
    • ๐Ÿ›  Fixed issue with NSControl.rx.value regarding multiple observers. #1399
    • โœ‚ Removes useless extensions from PrimitiveSequence. #1248