You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.0 KiB
1.0 KiB
Master (Unreleased)
2.1.1 - 11 January, 2023
Bug fixes:
- Bump cron-parser from 3.5.0 to 4.2.0 - security fix #642
2.1.0 - 28 November, 2021
New features:
- Implement support for graceful shutdown #583
- Emit a success event after a successful job invocation. #643
2.0.0 - 01 February, 2021
Breaking changes:
- Drop support for Node < 6
- Remove support for job objects. See
UPGRADING.md
for more details. #557
New features:
- Introduce compatibility with browsers and Electron #553
Bug fixes:
- Avoid leaking memory on one-off jobs #581
- Address anonymous job id collision problem to ensure that node-schedule could run with the unlimited uptime #582