RxPHP v1.1.0 Release Notes

  • 🐛 Bug fixes

    • 🛠 Fixed bug where the map operator called onNext after it was disposed (8a1d68c)
    • 🛠 Minor fixes to groupByUntil (f6f56e3)
    • 🛠 Minor fixes to delay (2613f36)

    🔋 Features

    • ➕ Added range observable (1684522) (0ceab90) (121806c)
    • ➕ Added index to map selector (8a1d68c)
    • ➕ Added mapTo operator (8a1d68c)
    • ➕ Added timer observable (304bc0c)
    • ➕ Added distinct and distinctKey (e9575f1)
    • Split distinctUntilChanged into distinctUntilChanged and distinctUntilKeyChanged (e9575f1)