Skip to content

Releases: node-cron/cron-translate

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 14:06
7f8c0b7

2.1.0 (2026-06-23)

Added

  • accept every/the prefixes on ordinal weekdays (#8) (2522f5d)

Fixed

  • treat ? (Quartz no-value) like * in toHuman (#9) (395b489)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 20:31
cc1c123

2.0.0 (2026-06-22)

Added

  • release the TypeScript rewrite as 2.0.0 (3c90562)

v1.0.0

Choose a tag to compare

@merencia merencia released this 23 Jun 13:18

Initial release (published to npm on 2018-10-05).

Translates English-like expressions into cron using the every, on, and from ... to operators, for example:

  • every 10 minutes0 */10 * * * *
  • on hour 20 0 2 * * *
  • from minute 2 to 300 2-30 * * * *

Backfilled retroactively to complete the release history. Superseded by v2.0.0, the TypeScript rewrite.