Releases: node-cron/cron-translate
Releases · node-cron/cron-translate
Release list
v2.1.0
v2.0.0
v1.0.0
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 minutes→0 */10 * * * *on hour 2→0 0 2 * * *from minute 2 to 30→0 2-30 * * * *
Backfilled retroactively to complete the release history. Superseded by v2.0.0, the TypeScript rewrite.