Skip to content

Releases: kaka2507/cron-validator

v1.0.8

19 Jun 10:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.0.8

v1.0.7

12 Jun 16:53
Compare
Choose a tag to compare

What's Changed

  • Allow month and day of week names by @mhrmsn in #12

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

04 Apr 04:40
Compare
Choose a tag to compare

MR #11

v1.0.5

24 Feb 22:40
Compare
Choose a tag to compare

MR #9

v1.0.4

22 Feb 02:09
Compare
Choose a tag to compare

MR #8

v1.0.3

04 Mar 10:04
Compare
Choose a tag to compare

MR #7

v1.0.2

01 Oct 03:43
Compare
Choose a tag to compare

MR #3
MR #4

v1.0.1

18 May 08:42
Compare
Choose a tag to compare

Bug Fix

  • Should round execution date time at minute level (make sure second & microsecond are equal 0)

v1.0.0

14 Apr 09:34
Compare
Choose a tag to compare

Support:

  1. Validate a cron expression
  2. Validate a date time is matching with a cron expression
  3. Generate date time between two date times that match with a cron expression

Todo:

  1. Need more test
  2. Support number only. Such as month, does not support: feb, jan, etc...