Releases: kelektiv/node-cron
Releases Β· kelektiv/node-cron
v2.4.3
2.4.3 (2023-08-26)
π Bug Fixes
- fix range parsing when upper limit = 0 (#687) (d96746f)
π¨ Tests
v2.4.2
2.4.2 (2023-08-26)
π Bug Fixes
v3.0.0-beta.3
β 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
π 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
2.4.1 (2023-08-14)
π Bug Fixes
- replace loop timeout by max match date (#686) (c685c63)
βοΈ Continuous Integrations
v2.4.0
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
βοΈ 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)
v2.3.1
2.3.1 (2023-05-25)
π Bug Fixes
- fix: don't start job in setTime if it wasn't running
π¨ Tests
- Update testing libraries for Node v19
- add passing range test
β»οΈ Chores
- add logo to README!
- update usage wording in README
- Eslint update to latest + lint fixes
v3.0.0-beta.1
β Breaking changes
- UNIX standard alignments (#667)
β¨ Features
βοΈ Continuous Integrations
- add support for beta & maintenance releases (#677) (c6fc842)
- setup conventional commits & release automation (#673) (c6f39ff)
β»οΈ Chores
Minor version bump for refactoring get next date function and small bug fixes
v2.3.0
Minor version bump for refactoring get next date function and small bβ¦