Releases: node-cron/node-cron
Releases ยท node-cron/node-cron
v4.0.0
What's Changed
- add option recoverMissedExecutions in readme by @theusmoreira in #332
- docs: migrate to es6 and add how to get tasks in node-cron by @linder3hs in #398
- v4 - migrating to typescript by @merencia in #439
New Contributors
- @theusmoreira made their first contribution in #332
- @linder3hs made their first contribution in #398
Full Changelog: v3.0.3...v4.0.0
Version 3.0.0
v3.0.0 bump version 3.0.0
Merge pull request #106 from merencia/v2.0.0
New Features:
- Added timezone support using tz-offset;
- Provide a function
getStatusto 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;