Skip to content

Releases: ghaiklor/sails-hook-cron

v3.2.0

27 Jun 05:45
Compare
Choose a tag to compare
  • When passing context: null, original this from cron library is accessible in the onTick() function

v3.1.0

05 Feb 19:17
Compare
Choose a tag to compare
  • Sails object is accessible as this in onTick functions;

v2.2.0

27 Jan 16:52
Compare
Choose a tag to compare

<a name"2.2.0">

2.2.0 (2016-01-27)

Features

  • package: Add support for older NodeJS versions (d8e98c05)

v2.1.1

02 Oct 11:23
Compare
Choose a tag to compare
  • General improvements;

v2.1.0

29 Sep 14:12
Compare
Choose a tag to compare
  • Migration from ES5 to ES6 syntax;
  • Update dependencies and pin them;

v2.0.0

14 Aug 11:42
Compare
Choose a tag to compare
  • 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

13 Aug 14:51
Compare
Choose a tag to compare
  • Initial release;
  • Implement loading cron tasks from sails.config.cron;
  • Implement returning created jobs in sails.hooks.cron.jobs;