Releases: harrisiirak/cron-parser
Releases · harrisiirak/cron-parser
v5.3.0
What's Changed
- Hashed values (H) ranges and steps support by @harrisiirak in #382
Full Changelog: v5.2.0...v5.3.0
v5.2.0
What's Changed
- Adding support for the H syntax, allowing to add jitter to a cron expression by @MYDIH in #377
- Extended serialization for cron fields by @harrisiirak in #379
Breaking Changes
- #379 changed
CronField
constructor signature and removednthDayOfWeek
field fromCronExpressionOptions
. See PR for more details.
New Contributors
Full Changelog: v5.1.1...v5.2.0
v5.1.1
v5.1.0
v5.0.6
v5.0.5
v5.0.4
v5.0.3
v5.0.2
v5.0.1
This first patch release contains couple of quick bugfixes that were reported after the first release of v5. Thanks for everybody that tried the new version out and provided some feedback.
- 9b1e0f3 - Removed unused
jest-runner-tsd
dev dependency (#361) - 683f585 - Use dynamic loading for
fs
andfs/promises
to restore ability to use this package in the browser environment (#362) - 5e10db0 - Remove
assert
module usage (can't be used in the browser environment without polyfill or included extra package) and improve/add test cases (#364) - 7ca5c94 - Remove unused
.npmignore
- 9ddf705 - Fix benchmarking tool for module interface