Skip to content

v3.0.0

Compare
Choose a tag to compare
@fent fent released this 09 Jan 12:05
· 6 commits to master since this release
c897f56

Features

  • able to add custom stores for queue (3f0183e), closes #21

BREAKING CHANGES:

  • TimeQueue#queued moved to async TimeQueued#store.getQueued()
  • Since managing the queue is now async, some properties such as
    active and intransitmay not update in the same event loop
    even when using the default memory store.