Releases: ghaiklor/sails-hook-cron
Releases · ghaiklor/sails-hook-cron
v3.2.0
- When passing
context: null
, original this
from cron library is accessible in the onTick()
function
v3.1.0
- Sails object is accessible as
this
in onTick
functions;
v2.2.0
<a name"2.2.0">
2.2.0 (2016-01-27)
Features
- package: Add support for older NodeJS versions (d8e98c05)
v2.1.0
- Migration from ES5 to ES6 syntax;
- Update dependencies and pin them;
v2.0.0
- Improvement: Implement named jobs. Now you able to set name for job, not a schedule;
- Improvement: You able to define jobs for the same schedule;
- Fix: Sails is not defined when cron job is starting;
v1.0.0
- Initial release;
- Implement loading cron tasks from
sails.config.cron
;
- Implement returning created jobs in
sails.hooks.cron.jobs
;