RxPHP v1.3.0 Release Notes

  • 🐛 Bug Fixes

    • 🛠 Fixed combineLatest when using the EventLoopScheduler (12fce12)
    • 🛠 Fixed argument ordering issue with combineLatest (c5a8e5a)
    • 🛠 Fixed shareReplay, so arguments are optional (e38e8a4)
    • 🛠 Fixed double subscription issue with concatAll (4c64a82)
    • 🛠 Fixed delay now uses materialize and timestamp, so that it has consistent behavior between all supported schedulers (#51)
    • 🛠 Fixed EventLoopScheduler, which is now based off of the VirtualTimeScheduler (#50)

    🔋 Features

    • ➕ Added materialize and dematerialize operators (6d6bba4)
    • ➕ Added timestamp operator (4109934)
    • ➕ Added switchLatest operator (58c95b0)
    • ➕ Added partition operator (ca95144)
    • ➕ Added flatMapLatest operator (c0d15ff)