Croner Versions Save

Trigger functions or evaluate cron expressions in JavaScript or TypeScript. No dependencies. Most features. Node. Deno. Bun. Browser.

7.0.4

8 months ago

Changes

Full Changelog: https://github.com/Hexagon/croner/compare/7.0.3...7.0.4

7.0.4-dev.0

8 months ago

Changes

  • Fixes issue #217 , where Croner triggered at the wrong point of time when used with short intervals.

Full Changelog: https://github.com/Hexagon/croner/compare/7.0.3...7.0.4-dev.0

7.0.3

8 months ago

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: https://github.com/Hexagon/croner/compare/7.0.2...7.0.3

7.0.3-dev.0

8 months ago

Changes

  • fix(pattern): Fix issue #215 where croner interprets a five-part pattern with trailing whitespace as a six-part pattern.

Full Changelog: https://github.com/Hexagon/croner/compare/7.0.2...7.0.3-dev.0

7.0.2

9 months ago

Changes

  • fix(scheduler): Option interval caused problems with intervals > 30 seconds. #213

Full Changelog: https://github.com/Hexagon/croner/compare/7.0.1...7.0.2

7.0.2-dev.0

9 months ago

Changes

  • fix: Cron Job doesn't run correctly #213

Full Changelog: https://github.com/Hexagon/croner/compare/7.0.1...7.0.2-dev.0

7.0.1

10 months ago

Changes

  • chore(docs): Documentation update

Full Changelog: https://github.com/Hexagon/croner/compare/7.0.0...7.0.1

7.0.0

10 months ago

Changes

  • BREAKING: feature(pattern): 7.0.0 introduces the nth weekday specifier # allowing patterns such as 0 0 0 * * 5#2 for the second friday in every month.
  • chore(deps): Updated dev dependencies

Note: Compared to previous versions, there's a change in the way L functions in the day-of-week field. In version 6.x, L had flexibility in its positioning: both LSUN and SUNL were valid expressions to denote the last Sunday of the month. However, starting from version 7.x, L must be used in a more standardized way, in conjunction with the nth weekday specifier #, like so: SUN#L.

Check out the documentation at croner.56k.guru/migration.html for more details.

Full Changelog: https://github.com/Hexagon/croner/compare/6.0.7...7.0.0

7.0.0-dev.1

10 months ago

Changes

  • Fixed a bug that incorrectly calculated the nth weekday of the month when multiple statements were combined using a comma.
  • Refactored the code for determining the nth weekday

Full Changelog: https://github.com/Hexagon/croner/compare/7.0.0-dev.0...7.0.0-dev.1

7.0.0-dev.0

10 months ago

Changes

BREAKING: Pre release of 7.x for initial support of nth-weekday through #, example: FRI#3 for third friday of month.

Full Changelog: https://github.com/Hexagon/croner/compare/6.0.7...7.0.0-dev.0