Croner Versions Save

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

6.0.7

11 months 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

6.0.6

11 months ago

Changes

Full Changelog: https://github.com/Hexagon/croner/compare/6.0.5...6.0.6

6.0.6-dev.0

1 year ago

Changes

  • Proposed fix for #194

Full Changelog: https://github.com/Hexagon/croner/compare/6.0.5...6.0.6-dev.0

6.0.5

1 year ago

Changes

Maintenance and documentation release.

New Contributors

Full Changelog: https://github.com/Hexagon/croner/compare/6.0.4...6.0.5

6.0.5-dev.0

1 year ago

Changes

  • Start development of next version

Full Changelog: https://github.com/Hexagon/croner/compare/6.0.4...6.0.5-dev.0

6.0.4

1 year ago

Maintenance release

Full Changelog: https://github.com/Hexagon/croner/compare/6.0.3...6.0.4

6.0.3

1 year ago

Changes

Full Changelog: https://github.com/Hexagon/croner/compare/6.0.2...6.0.3

6.0.3-dev.0

1 year ago

Changes

  • Proposed fix for minitz bug #19
  • Add a test related to promises

Full Changelog: https://github.com/Hexagon/croner/compare/6.0.2...6.0.3-dev.0

6.0.2

1 year ago

Changes

  • bugfix: Fixes #172, job got scheduled before throwing on duplicated job name.
  • bugfix: Remove job from scheduledJobs on .stop(), as the job is no longer operational after a stop.
  • feature: Add method .isStopped()
  • chore: Update documentation.
  • chore: Improve compability with fake timers, for third party tests.
  • chore: Update development dependencies.

Full Changelog: https://github.com/Hexagon/croner/compare/6.0.1...6.0.2

6.0.2-dev.2

1 year ago

Changes

  • Improve compatibility with fake timers.

Full Changelog: https://github.com/Hexagon/croner/compare/6.0.2-dev.1...6.0.2-dev.2