Skip to content

Releases: GuillaumeRochat/cron-validator

1.3.1

20 Jan 14:16
333fb16
Compare
Choose a tag to compare

Replace the bug and repo url in package.json to reflect that the repo got moved.

1.3.0

20 Jan 14:10
29a0714
Compare
Choose a tag to compare

Include source maps in the package.

1.2.1

16 Feb 20:59
3c2931a
Compare
Choose a tag to compare

Do not allow steps below 0. #12

1.2.0

22 Oct 18:59
2846263
Compare
Choose a tag to compare

Add allowSevenAsSunday to accept 7 in the weekday.

1.1.1

04 Mar 14:10
74c9f0b
Compare
Choose a tag to compare

Prevent wildcards from being used right next to numbers e.g.: 1* * * * *. Fixes #6

1.1.0

04 Dec 14:40
015eeec
Compare
Choose a tag to compare

Add a flag to allow using the question mark on either day of month or day of week to mark it as a blank. #3

1.0.5

15 Nov 14:15
48020a3
Compare
Choose a tag to compare

Allow to partially pass options #2 (Thanks @nflaig)

1.0.4

04 Nov 17:07
fc3b53e
Compare
Choose a tag to compare

Fixes #1. Baseless steps are not longer considered valid.

1.0.3

04 Nov 13:39
c093ed1
Compare
Choose a tag to compare

We realized that the package was including more files than necessary. This update simply forced the bundle to only include files from the lib folder after the build is done.

We also used that opportunity to bump all the dev dependencies which should not have any impact.