Bump cron from 2.4.4 to 3.0.0
Bumps cron from 2.4.4 to 3.0.0.
Release notes
Sourced from cron's releases.
v3.0.0
3.0.0 (2023-09-30)
⚠ Breaking changes
utcOffset
parameter no longer accepts a stringutcOffset
values between -60 and 60 are no longer treated as hours- providing both
timeZone
andutcOffset
parameters now throws an error- removed
cron.job()
method in favor ofnew CronJob(...args)
/CronJob.from(argsObject)
- removed
cron.time()
method in favor ofnew CronTime()
CronJob
: constructor no longer accepts an object as its first and only params. UseCronJob.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
- expose useful types (737b344)
- rework utcOffset parameter (#699) (671e933)
- UNIX standard alignments (#667) (ff615f1)
🐛 Bug Fixes
📦 Code Refactoring
📚 Documentation
🚨 Tests
- update new test for cron standard alignments (4a406c1)
♻ ️ Chores
... (truncated)
Changelog
Sourced from cron's changelog.
3.0.0 (2023-09-30)
⚠ Breaking changes
utcOffset
parameter no longer accepts a stringutcOffset
values between -60 and 60 are no longer treated as hours- providing both
timeZone
andutcOffset
parameters now throws an error- removed
cron.job()
method in favor ofnew CronJob(...args)
/CronJob.from(argsObject)
- removed
cron.time()
method in favor ofnew CronTime()
CronJob
: constructor no longer accepts an object as its first and only params. UseCronJob.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
- expose useful types (737b344)
- rework utcOffset parameter (#699) (671e933)
- UNIX standard alignments (#667) (ff615f1)
🐛 Bug Fixes
📦 Code Refactoring
📚 Documentation
🚨 Tests
- update new test for cron standard alignments (4a406c1)
♻ ️ Chores
... (truncated)
Commits
-
a7dee32
Release v3.0.0 [skip ci] -
dab3d69
chore: update contributors list -
671e933
feat!: rework utcOffset parameter (#699) -
47e665f
style: fix linting issues -
737b344
feat: expose useful types -
b5ceaf1
docs(readme): remove outdated informations (#695) -
2d77894
refactor!: migrate to TypeScript (#694) -
c2891ba
fix!: return empty array from nextDates when called without argument (#519) -
4a406c1
test: update new test for cron standard alignments -
ff615f1
feat!: UNIX standard alignments (#667) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts