node-schedule
Version:
A cron-like and not-cron-like job scheduler for Node.
41 lines (25 loc) • 1.04 kB
Markdown
from 3.5.0 to 4.2.0 - security fix
- Implement support for graceful shutdown
- Emit a success event after a successful job invocation.
- Drop support for Node < 6
- Remove support for job objects. See `UPGRADING.md` for more details.
- Introduce compatibility with browsers and Electron
- Avoid leaking memory on one-off jobs
- Address anonymous job id collision problem to ensure that node-schedule could run with the unlimited uptime
- Bump cron-parser from 2.18.0 to 3.1.0
- Bump sinon from 1.17.7 to 9.2.4
- Switch to nyc from istanbul
- Convert tests from nodeunit to Tape
- Replace var with let/const
- Execute airtap tests on a headless Chromium
- Make structure more modular
- Bump cron-parser