RxPHP v1.5.2 Release Notes

Release Date: 2017-02-07 // about 7 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix interface mismatch on subscribe type hints (b817619)
    • ๐Ÿ›  Fix IteratorObservable to check if the key is valid instead of null (dafb14b)

    ๐Ÿ”‹ Features

    • โšก๏ธ Optimized distinct operator (462d433)
    • โž• Added finally operator (e2cfdb2)
    • โž• Added isEmpty operator (2429fb7)
    • โž• Added forkJoin operator (9fb9197)
    • ๐Ÿ”จ Refactored mergeAll to be consistent with RxJS and switchLatest (7aeb8ce)