github kelektiv/node-cron v3.0.0-beta.6

latest releases: v3.1.6, v3.1.5, v3.1.4...
pre-release12 months ago

3.0.0-beta.6 (2023-09-26)

⚠ Breaking changes

  • removed cron.job() method in favor of new CronJob(...args) /
    CronJob.from(argsObject)
  • removed cron.time() method in favor of new CronTime()
  • CronJob: constructor no longer accepts an object as its first and
    only params. Use CronJob.from(argsObject) instead.
  • CronJob: callbacks are now called in the order they were registered

📦 Code Refactoring

Don't miss a new node-cron release

NewReleases is sending notifications on new releases.