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-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->map
get-dt-seq
removed, use cron->dt
insteadgit rev-list HEAD --count
on main
branch.main
) has
9999-SNAPSHOT
patch partREADME.md
cljdoc
config and its check in CI are addedpom.xml
from template fixedCan you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close