All Versions
92
Latest Version
Avg Release Cycle
40 days
Latest Release
-

Changelog History
Page 9

  • v0.9.0 Changes

    โฑ Scheduler now queues job for execution, this will allow using a scheduler service.

    โฑ Scheduler now accepts scheduled time as either Date, interval (number or string), or an object with start time, end time and interval.

  • v0.8.0 Changes

    Methods like once, reset and push now return thunks instead of promises. Disappointing for some, but easier for those of us using Mocha and co.

  • v0.7.3 Changes

    โœ… Testing with Travis-CI.

  • v0.7.2 Changes

    ๐Ÿ›  Fixed: need Error object when reporting connection closed

  • v0.7.1 Changes

    ๐Ÿ‘‰ Use monolithed/ECMAScript-6 to implement promises.

  • v0.7.0 Changes

    โœ‚ Removed workers.fulfill, please use thunks instead.

    ๐ŸŽ Minor performance improvement.

  • v0.6.0 Changes

    โœ‚ Removed workers.push and workers.each, referencing queues is better for โœ… testing.

    ๐Ÿ‘ท Renamed count to width (number of workers used in parallel).

    โœ… Tests!

  • v0.5.3 Changes

    ๐Ÿ‘ Allow multiple queue handlers.

    โž• Added workers.push, workers.each and workers.webhookURL convenience methods.

  • v0.5.1 Changes

    โž• Added workers.fulfill to ease using generators with callbacks.

    โž• Added documentation for logging.