npm cron 3.0.0-beta.6
v3.0.0-beta.6

latest releases: 3.1.7, 3.1.6, 3.1.5...
12 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 cron release

NewReleases is sending notifications on new releases.