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