Releases: Hexagon/croner
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
7.0.3-dev.0
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
7.0.2-dev.0
7.0.1
7.0.0
Changes
- BREAKING: feature(pattern):
7.0.0
introduces the nth weekday specifier#
allowing patterns such as0 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
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
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
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 styledeno.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