Releases: Hexagon/croner
8.0.2
8.0.1
8.0.1-dev.0
Pre-release 8.0.1-dev.0
8.0.0
Croner 8.0.0
Changes
-
Dropping support for Node.js prior to
18.0
: A major change in this release is the discontinuation of support for Node.js versions prior to18.0
. Ensure that your environment is updated to Node.js18.0
or higher before upgrading to version 8.x. If your project is still using Node.js version16
or lower, we recommend staying with version7.x
of Croner. -
No Significant API Changes: Version 8.x maintains the API functionality of 7.x. There have been no significant changes in the API, allowing for a seamless transition.
-
Preparing for the future: The move to require Node.js
18.0
or higher is an important step towards modernizing our codebase. Dropping support for older Node.js versions allows us to phase out legacy methods and practices that have been a blocker to adopting recent coding standards.
Bugfixes
- fix(core): Fixes an issue with AKDT timezones not triggering. Resolves issue #225
Full Changelog: 7.0.5...8.0.0
7.0.6-dev.0
7.0.5
7.0.5-dev.0
7.0.4
7.0.4-dev.0
Changes
- Fixes issue #217 , where Croner triggered at the wrong point of time when used with short intervals.
Full Changelog: 7.0.3...7.0.4-dev.0
7.0.3
Changes
- fix(pattern): Fixes issue #215 where croner interprets a five-part pattern with trailing whitespace as a six-part pattern.
- chore(deps): Updates develoment dependencies.
- fix(docs): Fixes documentation on L in day-of-week field.
- fix(docs): Fixes version number in Readme.
Full Changelog: 7.0.2...7.0.3