Releases: harrisiirak/cron-parser
Releases · harrisiirak/cron-parser
4.0.0
- #241 Remove
is-nan
dependency; it's possibly breaking IE support, therefore bumping to v4 (@amiram)
- Update dev dependencies
3.5.0
- #225 Fixes prev() issue (#178) when cron expression contains 59 seconds
3.4.0
- #224 Fix issue with wildcard day of mont handling
- Upgrade dependencies
- Update tests and resolve
tap@15
deprecation warnings
3.3.0
- #213 Add support for serializing a cron expression instance into a string (@regevbr)
3.1.0
- #207 Fix
toISOString()
and toString()
behaviour
luxon
- #204 Add a basic eslint setup for codestyle rules (@andytson)
- #202 Switch from moment-timezone to luxon for smaller bundle (@andytson)