Skip to content

Releases: kelektiv/node-cron

v3.1.3

19 Oct 17:23
Compare
Choose a tag to compare

3.1.3 (2023-10-19)

🐛 Bug Fixes

⚙️ Continuous Integrations

  • renovate: update configuration (#732) [skip ci] (2ff9c6e)

v3.1.2

19 Oct 10:48
Compare
Choose a tag to compare

3.1.2 (2023-10-19)

🛠 Builds

  • deps: update dependency luxon to ~3.4.0 (#730) (c3806c5)

♻️ Chores

v3.1.1

12 Oct 22:38
Compare
Choose a tag to compare

3.1.1 (2023-10-12)

🐛 Bug Fixes

  • fix lastDate() value for intervals > 25 days (#711) (141aa00)
  • fix object constructor typings & make OC generic type optional (#712) (6536084)

📚 Documentation

  • readme: update nextDates documentation (#702) (1ad2e22)

v3.1.0

09 Oct 12:46
Compare
Choose a tag to compare

3.1.0 (2023-10-09)

✨ Features

  • improve context, onTick & onComplete typings (#705) (82c78d7)

🚨 Tests

  • check at runtime that all tests call expect (#706) [skip ci] (cc4e62f)

♻️ Chores

  • deps: update semantic-release related packages (#709) [skip ci] (b94a48a)
  • reflect repository label changes (#708) (85c9e18)

v3.0.0

30 Sep 00:41
Compare
Choose a tag to compare

3.0.0 (2023-09-30)

⚠ Breaking changes

  • utcOffset parameter no longer accepts a string
  • utcOffset values between -60 and 60 are no longer
    treated as hours
  • providing both timeZone and utcOffset parameters
    now throws an error
  • 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
  • return empty array from nextDates when called without argument (#519)
  • UNIX standard alignments (#667)

✨ Features

🐛 Bug Fixes

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

📦 Code Refactoring

📚 Documentation

  • readme: remove outdated informations (#695) (b5ceaf1)

🚨 Tests

  • update new test for cron standard alignments (4a406c1)

♻️ Chores

💎 Styles

v3.0.0-beta.9

29 Sep 22:55
Compare
Choose a tag to compare
v3.0.0-beta.9 Pre-release
Pre-release

3.0.0-beta.9 (2023-09-29)

⚠ Breaking changes

  • utcOffset parameter no longer accepts a string
  • utcOffset values between -60 and 60 are no longer
    treated as hours
  • providing both timeZone and utcOffset parameters
    now throws an error

✨ Features

♻️ Chores

💎 Styles

v3.0.0-beta.8

26 Sep 19:33
Compare
Choose a tag to compare
v3.0.0-beta.8 Pre-release
Pre-release

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

✨ Features

v3.0.0-beta.7

26 Sep 19:21
Compare
Choose a tag to compare
v3.0.0-beta.7 Pre-release
Pre-release

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

📚 Documentation

  • readme: remove outdated informations (#695) (51d2bab)

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