Releases: harrisiirak/cron-parser
Releases · harrisiirak/cron-parser
0.6.0
- Removed deprecated async behaviour support (no dummy callbacks anymore)
- When iterator options is set true, then ES6 compatible iterator will be returned
0.5.0
- Improved expressions parsing performance
- Days in month constraints validation
- DST fixes
0.4.5
Fixes regression introduced in version 0.4.4
0.4.4
Now supports 0-7 (0 and 7 is sunday) as weekday values.
0.4
Deprecate and remove existing synchronous methods. Make parse functions synchronous by the default.
The day of a command's execution can be specified by two fields.
Minor improvements and code cleanup.
0.3.5
Bump version
0.3.4
Bump version
0.3.3
0.3.2
Bump version
0.3.0: Update README.md
Month range