Skip to content

v6.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 14:22
· 5 commits to master since this release

Changelog: v5.0.0...v6.0.0

  • Executor was removed.

  • Blocker and Lock aren't obeserveable anymore.

  • Errors thrown in PubSub listeners are treated as uncaught exceptions.

  • Added listenerCount and unsubscribeAll to PubSub.

  • Added retry helper.

  • WorkPool, retry, repeat, timeout, and waitFor abort the provided AbortablePromise.

  • repeat callbacks receive an iteration index as an argument.