Skip to content

Releases: charto/cwait

v1.1.2

06 Nov 20:39

Choose a tag to compare

  • Improve typings for TaskQueue.wrap.
  • Fix dependencies.

v1.1.1

06 Aug 05:57

Choose a tag to compare

  • Fix too many parallel tasks when an initial delay is given.

v1.1.0

13 Jul 16:13

Choose a tag to compare

  • Support timed delays before starting tasks.
  • Support wrapping functions not returning promises.

v1.0.1

14 Dec 15:08

Choose a tag to compare

  • Internal code style fixes.

v1.0.0

10 May 13:31

Choose a tag to compare

  • Add unblock method for easier recursive calls.

v0.0.3

04 May 14:42

Choose a tag to compare

  • Catch exceptions thrown from wrapped function.

v0.0.2

02 Apr 17:27

Choose a tag to compare

  • Support plain Node.js promises.

v0.0.1

30 Mar 16:08

Choose a tag to compare

  • Initial release.