Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: node-cron/node-cron

v4.0.0

10 May 14:07
v4.0.0
ac53668

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.3...v4.0.0

Version 3.0.0

16 Mar 22:39

Choose a tag to compare

v3.0.0

bump version 3.0.0

Merge pull request #106 from merencia/v2.0.0

10 Sep 17:58
19d7460

Choose a tag to compare

New Features:

  • Added timezone support using tz-offset;
  • Provide a function getStatus to retrive the task current status;
  • Allows task functions to return a promise, node-cron hanldes that;

Depreciation:

  • ImmediateStart: ImmediateStart is removed, and replaced by an options param. The same behavior is allowed by the option scheduled;