Skip to content

Releases: Hexagon/croner

7.0.3

16 Oct 19:02
Compare
Choose a tag to compare

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

7.0.3-dev.0

11 Oct 18:42
Compare
Choose a tag to compare
7.0.3-dev.0 Pre-release
Pre-release

Changes

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

Full Changelog: 7.0.2...7.0.3-dev.0

7.0.2

28 Sep 18:14
Compare
Choose a tag to compare

Changes

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

Full Changelog: 7.0.1...7.0.2

7.0.2-dev.0

26 Sep 19:21
Compare
Choose a tag to compare
7.0.2-dev.0 Pre-release
Pre-release

Changes

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

Full Changelog: 7.0.1...7.0.2-dev.0

7.0.1

17 Aug 22:33
Compare
Choose a tag to compare

Changes

  • chore(docs): Documentation update

Full Changelog: 7.0.0...7.0.1

7.0.0

13 Aug 21:48
Compare
Choose a tag to compare

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: 6.0.7...7.0.0

7.0.0-dev.1

09 Aug 19:46
Compare
Choose a tag to compare
7.0.0-dev.1 Pre-release
Pre-release

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: 7.0.0-dev.0...7.0.0-dev.1

7.0.0-dev.0

08 Aug 22:55
Compare
Choose a tag to compare
7.0.0-dev.0 Pre-release
Pre-release

Changes

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

Full Changelog: 6.0.7...7.0.0-dev.0

6.0.7

22 Jul 23:23
Compare
Choose a tag to compare

Changes

Maintenance and documentation release

  • chore(build): Update deno.json to use flat style configuration
  • chore(ci): Update minimum tested Deno version to 1.33.0 to allow flat style deno.json configuration
  • chore(deps): Update development dependencies
  • chore(docs): Improve docs by using jekyll with just-the-docs instead of pure jsdoc

Full Changelog: 6.0.6...6.0.7

6.0.6

06 Jul 12:47
Compare
Choose a tag to compare

Changes

  • Fixes #194, Delayed triggers when suspending docker container
  • Dev dependency update

Full Changelog: 6.0.5...6.0.6