Skip to content

Releases: harrisiirak/cron-parser

v5.3.0

08 Jun 16:21
2c5807b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.2.0...v5.3.0

v5.2.0

11 May 10:04
3970e52
Compare
Choose a tag to compare

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 removed nthDayOfWeek field from CronExpressionOptions. See PR for more details.

New Contributors

Full Changelog: v5.1.1...v5.2.0

v5.1.1

04 Apr 18:01
a306f80
Compare
Choose a tag to compare
  • e6b0046 - Fix last day of month handling when explicit month is set (#375)
  • a306f80 - Update luxon to the latest (3.6.1) version
  • 099bc28 - Update development dependencies to the latest versions

v5.1.0

31 Mar 07:55
5e0cf18
Compare
Choose a tag to compare
  • #374 - Improve handling and support for special characters (L, #) in the includesDate method

v5.0.6

20 Mar 08:36
162c7a5
Compare
Choose a tag to compare
  • 8f2081e - Simplify strict mode flag usage in getRawFields
  • 6599e15 - Update strict mode documentation

v5.0.5

17 Mar 16:45
be707be
Compare
Choose a tag to compare
  • 38a8458 - Restore 4.x compatibility and use the current timezone for currentDate instead of setting it to UTC (#370)

v5.0.4

22 Feb 11:31
839d9e2
Compare
Choose a tag to compare
  • 84e100f - Set milliseconds to 0 before returning schedule (#368)

v5.0.3

19 Feb 18:03
c4a3213
Compare
Choose a tag to compare
  • e0bda7e - Parse field for day of week should allow 0 or SUN values (#366)

v5.0.2

18 Feb 15:31
88ee899
Compare
Choose a tag to compare
  • fe6b90e - Add fs/promises to browser import ignore list (#365)

v5.0.1

16 Feb 18:32
557dbf9
Compare
Choose a tag to compare

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 and fs/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