Releases: harrisiirak/cron-parser
Releases · harrisiirak/cron-parser
2.13.1
Bump version
2.13.0
2.12.0
2.11.0
Adds support for '#' character in the dayOfWeek field #155 (@DiskImage)
2.10.0: Implement parser loop limit (#152)
- Implement parser loop limit and simplify and simplify invalid explicit day of month definition validation logic (#152)
2.9.0
2.8.0
- 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
- Add .npmignore and exclude project configuration. Reduces package size around ~21%.
2.7.2
- Fix bug with sequences #140 (@santigimeno)
2.7.1
- Fix issues with DST boundaries and revert previous release breaking changes #138 (@santigimeno)