All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
Nothing here yet.
cron->dt to support an options map with :start and :tz keys
with a zoned datetime to start the sequence from and a timezone for
the output zoned datetimes respectively
(34,
35)
Time specification "nicknames" support, e.g. @yearly, @monthly,
@daily, etc. (32)
Explicit testing for GraalVM native-image compilation (38)
More natural English descriptions for common date and time patterns
in cron->text, e.g. 0 9 * * 1-5 produces every weekday at 9:00
rather than at minute 0, past hour 9, on every day of week from Monday through Friday, in every month
(40)
Support locales for cron->text. Predefined locales: English
(default), German, Russian, Spanish, Portuguese
(42)
Makefile to run the CI pipeline locallycron-validate function
(#9)cron->dt, cron->text return nil if a given crontab string
cannot be parsed (#7)cron-validate function takes in a crontab string and returns a map
of {:ok? <bool> :error <nilable-str>} explaining parsing errorscron-valid? function takes in a crontab string and returns a
boolean value to show if parsing was successfulNB! Release breaks backward compatibility. See release notes.
cron->text function
(#3)java.time.ZonedDateTime objects with cron->dt function (used
instead of get-dt-seq, year range function arguments dropped)parse-cron renamed to cron->mapget-dt-seq removed, use cron->dt insteadgit rev-list HEAD --count on main branch.main) has
9999-SNAPSHOT patch partREADME.mdcljdoc config and its check in CI are addedpom.xml from template fixedCan you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |