Skip to content

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.