Skip to content

v1.2.0

Compare
Choose a tag to compare
@clue clue released this 08 Aug 16:30
· 92 commits to 1.x since this release
  • 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)