RxSwift v4.4.0 Release Notes

Release Date: 2018-11-02 // over 5 years ago
  • This relase introduces new framework RxAtomic that enables using C11 atomic primities in RxSwift as a replacement for deprecated OSAtomic* functions.
    Carthage users will probably need to include this framework manually.

    • ⚡️ Updates deprecated OSAtomic* primitives to use C11 atomic primitives.
    • ➕ Adds Event, SingleEvent, MaybeEvent and Recorded conditional conformance to Equatable where their Element is equatable on RXTest for clients that are using Swift >= 4.1.
    • ➕ Adds string to NSTextView.
    • Consolidates per platform frameworks to multi-platform frameworks.
    • Xcode 10.1 compatible.

    Anomalies

    • 🛠 Fixes problem with canceling events scheduled on serial scheduler through observeOn operator. #1778
    • 🛠 Fixes problem with UISearchBar.text property not triggering update when cancel button is tapped. #1714
    • ⚡️ Updates watchos minimum target to 3.0. #1752