Skip to content

Releases: node-cron/node-cron

Version 3.0.0

16 Mar 22:39
Compare
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
Compare
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;