Releases: reactphp/promise-timer
Releases · reactphp/promise-timer
v1.2.1
v1.2.0
-
Feature: Only start timers if input Promise is still pending and
return a settled output promise if the input is already settled.
(#25 by @clue) -
Feature: Cap minimum timer interval at 1µs across all versions
(#23 by @clue) -
Feature: Forward compatibility with EventLoop v1.0 and v0.5
(#27 by @clue) -
Improve test suite by adding PHPUnit to require-dev and
lock Travis distro so new defaults will not break the build
(#24 and #26 by @clue)