All Versions
20
Latest Version
Avg Release Cycle
48 days
Latest Release
-

Changelog History
Page 1

  • v2.0.10 Changes

    โšก๏ธ Update

    • โš  Suppress warnings from php 8.1
  • v2.0.9 Changes

    ๐Ÿ› Bug Fixes

    • ObservableFactoryWrapper should convert promise to observable (b24ec82)
    • ๐Ÿ‘ Promise should support low level Throwable (c48c168)
  • v2.0.8 Changes

    โšก๏ธ Update

    • ๐Ÿ‘ Allow PHP 8
    • โšก๏ธ Update PHPUnit
  • v2.0.7 Changes

    April 18, 2018

    โšก๏ธ Update

    • ๐Ÿ‘ Forward compatibility with react/event-loop 1.0 and 0.5 while still supporting 0.4 (5f91a62)
  • v2.0.6 Changes

    November 02, 2017

    ๐Ÿ› Bug Fixes

    • 0๏ธโƒฃ Reroute exceptions in onNext to onError by default (b7ba556)
  • v2.0.5 Changes

    October 19, 2017

    ๐Ÿ› Bug Fixes

    • Immediately complete if the iterator is no longer valid (af6765a)
    • Dispose inner observable when promise is cancelled (4855812)
  • v2.0.4 Changes

    September 05, 2017

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed issue where EventLoopScheduler did not cancel timers in certain circumstances (c915843)

    ๐Ÿ”‹ Features

    • โž• Added singleInstance operator (4f77d38)
  • v2.0.3 Changes

    August 17, 2017

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed order of subscriptions in takeUntil (1838ede)
    • ๐Ÿ›  Fixed issue where disposed of scheduled item would not cancel timer in some instances (bb2c5a0)
    • โœ‚ Removed throttle.expect to get rid of non-determinate test failures (97a980c)

    ๐Ÿ”‹ Features

    • โšก๏ธ Updated PHPUnit to 5.7 (b1b37ab)
  • v2.0.2 Changes

    May 21, 2017

    ๐Ÿ› 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)
  • v2.0.1 Changes

    April 01, 2017

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix concat to dispose of current observable (1eadb7b)