Skip to content

v2.0.0

Choose a tag to compare

@fent fent released this 28 Sep 19:56
· 32 commits to master since this release

Features

  • allow worker to be an async function (0eaa534)
  • let TimeQueue#push() return a promise when no callback is given (50c3f17)

BREAKING CHANGES

  • error event no longer emitted when a callback isn't
    given to push(). Instead, push() will return a promise that can
    reject.