All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Diff for unreleased
- Improved Validation of the Parser
Diff for v1.1.7
- Do not skip month in date util skip_month.
Diff for v1.1.6
- Compatibility for Ecto 3.0
Diff for v1.1.5
- Fast fail on impossible year scenarios (#51)
Diff for v1.1.4
- Fixed Typos
- Fixed run limits
Diff for v1.1.3
- Microsecond Precision Scheduler Fix
Diff for v1.1.2
- Date Library independent
Diff for v1.1.1
- Date Library independent
Diff for v1.1.0
- Removed Helper Functions in Module
Crontab
- Moved
get_[next|previous]_run_dates
toCrontab.Scheduler
- Renamed Modules to a better name
- Renamed function to conventions. (
?
for booleans,!
for functions that raise errors)
- Introduction of
~e[CRON_EXPRESSION]
sigil - Introduced Ecto Type
Diff for v1.0.0