Skip to content

Releases: kelektiv/node-cron

v3.0.0-beta.6

26 Sep 18:17
Compare
Choose a tag to compare
v3.0.0-beta.6 Pre-release
Pre-release

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

v3.0.0-beta.5

25 Sep 14:39
Compare
Choose a tag to compare
v3.0.0-beta.5 Pre-release
Pre-release

3.0.0-beta.5 (2023-09-25)

🐛 Bug Fixes

v2.4.4

25 Sep 14:26
Compare
Choose a tag to compare

2.4.4 (2023-09-25)

🐛 Bug Fixes

v3.0.0-beta.4

10 Sep 15:16
Compare
Choose a tag to compare
v3.0.0-beta.4 Pre-release
Pre-release

3.0.0-beta.4 (2023-09-10)

🐛 Bug Fixes

🚨 Tests

v2.4.3

26 Aug 16:46
Compare
Choose a tag to compare

2.4.3 (2023-08-26)

🐛 Bug Fixes

  • fix range parsing when upper limit = 0 (#687) (d96746f)

🚨 Tests

v2.4.2

26 Aug 16:21
Compare
Choose a tag to compare

2.4.2 (2023-08-26)

🐛 Bug Fixes

v3.0.0-beta.3

15 Aug 21:33
Compare
Choose a tag to compare
v3.0.0-beta.3 Pre-release
Pre-release

3.0.0-beta.3 (2023-08-15)

⚠ Breaking changes

  • return empty array from nextDates when called without argument (#519)

🐛 Bug Fixes

  • return empty array from nextDates when called without argument (#519) (e65c3dc)

v3.0.0-beta.2

15 Aug 17:09
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2023-08-15)

🐛 Bug Fixes

  • replace loop timeout by max match date (#686) (c685c63)

🚨 Tests

  • update new test for cron standard alignments (ea56fc1)

⚙️ Continuous Integrations

v2.4.1

14 Aug 22:17
Compare
Choose a tag to compare

2.4.1 (2023-08-14)

🐛 Bug Fixes

  • replace loop timeout by max match date (#686) (c685c63)

⚙️ Continuous Integrations

v2.4.0

24 Jul 17:05
Compare
Choose a tag to compare

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

  • add test case for #598 fix (4322ef2)
  • don't stop/start job before using setTime (f0d5d3f)

⚙️ Continuous Integrations

  • add support for beta & maintenance releases (#677) (c6fc842)
  • setup conventional commits & release automation (#673) (c6f39ff)

♻️ Chores

  • update default branch name (#678) (7471e95)
  • wrap setTime tests in describe and move down (31989e0)