croner

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

MIT License

Downloads
7M
Stars
1.9K
Committers
14

Bot releases are hidden (Show)

croner - 8.0.3-dev.1 Latest Release

Published by Hexagon 5 months ago

What's Changed

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

croner - 8.0.3-dev.0

Published by Hexagon 5 months ago

Development release connected to https://github.com/Hexagon/croner/issues/247

  • Proposed fix for #247
  • Dependency updates (eslint 8->9)
  • Typo fix

New Contributors

Full Changelog: https://github.com/Hexagon/croner/compare/8.0.2...8.0.3-dev.0

croner - 8.0.2

Published by Hexagon 6 months ago

Changes

Full Changelog: https://github.com/Hexagon/croner/compare/8.0.1...8.0.2

croner - 8.0.1

Published by Hexagon 8 months ago

Croner 8.0.1

Full Changelog: https://github.com/Hexagon/croner/compare/8.0.0...8.0.1

croner - 8.0.1-dev.0

Published by Hexagon 9 months ago

croner - 8.0.0

Published by Hexagon 10 months ago

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

croner - 7.0.6-dev.0

Published by Hexagon 11 months ago

Changes

  • Fix bug with time zones resolving to AKDT

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

croner - 7.0.5

Published by Hexagon 11 months ago

Changes

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

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

croner - 7.0.5-dev.0

Published by Hexagon 12 months ago

croner - 7.0.4

Published by Hexagon 12 months ago

Changes

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

croner - 7.0.4-dev.0

Published by Hexagon 12 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

croner - 7.0.3

Published by Hexagon about 1 year 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

croner - 7.0.3-dev.0

Published by Hexagon about 1 year 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

croner - 7.0.2

Published by Hexagon about 1 year 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

croner - 7.0.2-dev.0

Published by Hexagon about 1 year 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

croner - 7.0.1

Published by Hexagon about 1 year ago

Changes

  • chore(docs): Documentation update

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

croner - 7.0.0

Published by Hexagon about 1 year 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

croner - 7.0.0-dev.1

Published by Hexagon about 1 year 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

croner - 7.0.0-dev.0

Published by Hexagon about 1 year 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

croner - 6.0.7

Published by Hexagon about 1 year ago

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