Skip to content

Explain a crontab entry in plain English

Compare
Choose a tag to compare
@pilosus pilosus released this 11 Aug 17:59
· 17 commits to main since this release
30e3643

[v0.2.16] - 2023-08-11

NB! Release breaks backward compatibility. See release notes.

Added

  • Parse a crontab entry into a human-readable English text with cron->text function (#3)
  • Parse a crontab entry into a lazy sequence of java.time.ZonedDateTime objects with cron->dt function (used instead of get-dt-seq, year range function arguments dropped)

Changed

  • Function parse-cron renamed to cron->map

Removed

  • Function get-dt-seq removed, use cron->dt instead