Skip to content

Releases: Hexagon/croner

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

7.0.6-dev.0

03 Dec 19:38
Compare
Choose a tag to compare
7.0.6-dev.0 Pre-release
Pre-release

Changes

  • Fix bug with time zones resolving to AKDT

Full Changelog: 7.0.4...7.0.6-dev.0

7.0.5

12 Nov 19:25
Compare
Choose a tag to compare

Changes

  • fix(core): Fixes issue with offset when using range combined with a start value, issue #224

Full Changelog: 7.0.4...7.0.5

7.0.5-dev.0

03 Nov 20:33
Compare
Choose a tag to compare
7.0.5-dev.0 Pre-release
Pre-release

Changes

Full Changelog: 7.0.4-dev.0...7.0.5-dev.0

7.0.4

22 Oct 08:36
Compare
Choose a tag to compare

Changes

  • fix(core): Fixes issue #217 , where Croner triggered at the wrong point of time when used with short intervals.
  • fix(docs): Fixes broken links between README and documentation.

Full Changelog: 7.0.3...7.0.4