RxPHP v1.2.0 Release Notes

  • 🐛 Bug Fixes

    • 🛠 Fixed uninitialized disposable in skipUntil (2b5ea0b)
    • 🛠 Fixed asObservable operator was not passing through the scheduler (d805cfd)
    • 🛠 Fixed uninitialized disposable in retry (ca4da7e)
    • 🛠 Fixed #23 - changing yield behavior in hhvm (da2737c)
    • 🛠 Fixed #33 - For Rx\React\Promise::toObservable, wrap non-exceptions on reject (ed852de)

    🔋 Features

    • ➕ Added ability to record and validate output of demo files (883ad4b)
    • ➕ Added catchError operator (cd4fc03)
    • ➕ Added takeWhile and takeWhileWithIndex operators (177835e)
    • ➕ Added startWith and startWithArray operators (585f893)
    • ➕ Added retryWhen operator (19b36fc)
    • ➕ Added utility to generate documentation for reactivex.io (a62d46b)
    • ➕ Added concatAll and concatMap operators (c794cf3)
    • ➕ Added skipWhile and skipWhileWithIndex operators (80c997f)
    • ➕ Added max operator (1a841fa)