Releases: kelektiv/node-cron
Releases · kelektiv/node-cron
v3.0.0-beta.6
3.0.0-beta.6 (2023-09-26)
⚠ Breaking changes
- removed
cron.job()
method in favor ofnew CronJob(...args)
/
CronJob.from(argsObject)
- removed
cron.time()
method in favor ofnew CronTime()
CronJob
: constructor no longer accepts an object as its first and
only params. UseCronJob.from(argsObject)
instead.CronJob
: callbacks are now called in the order they were registered
📦 Code Refactoring
v3.0.0-beta.5
v2.4.4
v3.0.0-beta.4
v2.4.3
v2.4.2
v3.0.0-beta.3
3.0.0-beta.3 (2023-08-15)
⚠ Breaking changes
- return empty array from nextDates when called without argument (#519)
🐛 Bug Fixes
v3.0.0-beta.2
v2.4.1
v2.4.0
2.4.0 (2023-07-24)
✨ Features
🐛 Bug Fixes
- don't start job in setTime if it wasn't running (7e26c23)
🛠 Builds
- npm: ship type definitions with releases (0b663a8)
🚨 Tests
⚙️ Continuous Integrations
- add support for beta & maintenance releases (#677) (c6fc842)
- setup conventional commits & release automation (#673) (c6f39ff)