RxPHP v2.0.2 Release Notes

Release Date: 2017-05-21 // almost 7 years ago
  • ๐Ÿ› Bug Fixes

    • โฑ Make scheduler optional for ReplaySubject (a8d1c50)
    • โฑ EventLoop will only ever scheduler 1 timer now #167 #165 (bccbce9)
    • ๐Ÿšš Canceled items are now removed from PriorityQueue #168 (6a4f9e7)
    • ๐Ÿ›  Fix memory leak and refactor groupBy* operators (7e4dc3c)

    ๐Ÿ”‹ Features

    • โž• Added withLatestFrom operator (273df81)