Skip to content

v3.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@ncb000gt ncb000gt released this 26 Sep 18:17

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