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.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
andworkers.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
andworkers.webhookURL
convenience methods. -
v0.5.2 Changes
Using co.
-
v0.5.1 Changes
โ Added
workers.fulfill
to ease using generators with callbacks.โ Added documentation for logging.