Skip to content

Releases: harrisiirak/cron-parser

2.9.0

11 Mar 10:48
Compare
Choose a tag to compare
  • Fix issue with day of month validation (#151)
  • Add additional parser validation for expressions with too many fields (9f3691a)
  • Improve parsing test cases to avoid possible false-positive results (6354675)

2.8.0

10 Mar 20:36
Compare
Choose a tag to compare
  • Fix issue with GAS #150 (@skyksandr)
  • Fix invalid range parsing #147 (@santigimeno)
  • Update outdated dependencies
  • Remove node 4/5 from travis build configuration

2.7.3

18 Nov 16:24
Compare
Choose a tag to compare
  • Add .npmignore and exclude project configuration. Reduces package size around ~21%.

2.7.2

18 Nov 16:15
Compare
Choose a tag to compare

2.7.1

11 Nov 11:52
Compare
Choose a tag to compare
  • Fix issues with DST boundaries and revert previous release breaking changes #138 (@santigimeno)

2.7.0

07 Nov 20:56
Compare
Choose a tag to compare
  • Fix issue with TZ sensitive iterations #131 #134
  • Fix issue with leap year expression parsing #135 (@fishcharlie)
  • Update dependencies #136 (@fishcharlie)
  • Drop support for node 0.10 and 0.12
  • Add support for node 10

2.6.0

19 Aug 16:25
Compare
Choose a tag to compare

#128 Add partial question mark support

2.5.0

15 Apr 08:37
Compare
Choose a tag to compare

2.4.4

24 Jan 19:40
Compare
Choose a tag to compare
Bump version

2.4.3

12 Oct 07:59
Compare
Choose a tag to compare

Fixes #110 Restrict days in month validation only for February