Skip to content

Releases: Hexagon/croner

8.1.1

03 Aug 20:06
c08926e
Compare
Choose a tag to compare

Changes

  • fix(pattern): Fixes issue #254, nextRuns returning wrong values when using 4th day of the Month

Full Changelog: 8.1.0...8.1.1

8.1.1-dev.0

02 Aug 20:27
Compare
Choose a tag to compare
8.1.1-dev.0 Pre-release
Pre-release

Changes

  • fix(pattern): Fix issue #254, nextRuns returning wrong values when using 4th day of the Month

Full Changelog: 8.1.0...8.1.1-dev.0

8.1.0

08 Jul 19:49
Compare
Choose a tag to compare

8.1.0

The minor version is bumped to reflect a change more substantial than a typical patch, as the behavior when using the startAt option in combination with interval has been changed (corrected).

Full Changelog: 8.0.2...8.1.0

8.0.3-dev.2

03 Jun 19:07
Compare
Choose a tag to compare
8.0.3-dev.2 Pre-release
Pre-release

What's Changed

Full Changelog: 8.0.3-dev.1...8.0.3-dev.2

8.0.3-dev.1

18 May 18:36
Compare
Choose a tag to compare
8.0.3-dev.1 Pre-release
Pre-release

What's Changed

Full Changelog: 8.0.3-dev.0...8.0.3-dev.1

8.0.3-dev.0

13 May 19:01
Compare
Choose a tag to compare
8.0.3-dev.0 Pre-release
Pre-release

Development release connected to #247

  • Proposed fix for #247
  • Dependency updates (eslint 8->9)
  • Typo fix

New Contributors

Full Changelog: 8.0.2...8.0.3-dev.0

8.0.2

09 Apr 19:18
Compare
Choose a tag to compare

Changes

  • Fix #245; using utcOffset together with a once-trigger throws error: Invalid time zone specified.
  • Update pattern.js by @mceachen in #241

Full Changelog: 8.0.1...8.0.2

8.0.1

17 Feb 20:22
Compare
Choose a tag to compare

Croner 8.0.1

  • fix(core): Add safeguard for out of control loop on internal error.
  • chore(docs): s/wether/whether by @mceachen in #233

Full Changelog: 8.0.0...8.0.1

8.0.1-dev.0

07 Jan 20:33
Compare
Choose a tag to compare
8.0.1-dev.0 Pre-release
Pre-release

8.0.0

11 Dec 23:41
Compare
Choose a tag to compare

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 to 18.0. Ensure that your environment is updated to Node.js 18.0 or higher before upgrading to version 8.x. If your project is still using Node.js version 16 or lower, we recommend staying with version 7.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