Releases: maennchen/crontab
Releases · maennchen/crontab
Performance Improvements
Speed Up Scheduler
What's Changed
- Format Code & Update CI by @maennchen in #47
- Fix README.md typo by @ftuyama in #49
New Contributors
Full Changelog: v1.1.2...v1.1.3
Microsecond Precision Scheduler Fix
What's Changed
- Test Elixir 1.5 by @maennchen in #44
- #45 Microsecond Precision Scheduler Fix by @maennchen in #46
Full Changelog: v1.1.1...v1.1.2
Fix Special Crontab Formats
What's Changed
- Elixir / OTP Version Update for CI by @maennchen in #43
@secondly
was minutely before because theextended
property was not enabled.
Full Changelog: v1.1.0...v1.1.1
Remove Date Dependencies
What's Changed
- Date Library Independence by @maennchen in #39
- Decuple more from Date Lib by @maennchen in #41
- Completely remove dependency on date lib by @maennchen in #42
Full Changelog: v1.0.0...v1.1.0
Stable Release
What's Changed
- Replace ExtendedCronInterval with extended property by @maennchen in #18
- Rename CronInterval to CronExpression by @maennchen in #19
- Rename Modules to better names by @maennchen in #20
- Cleanup Helper Functions by @maennchen in #21
- Move helper function from Crontab to Crontab.Scheduler, enforce naming conventions by @maennchen in #22
- Cron Expression Sigil by @maennchen in #23
- Improve Documentation by @maennchen in #24
- Rename Various variables to cron_interval by @maennchen in #25
- Credo Fixes by @maennchen in #26
- Improve types by @maennchen in #27
- Support @reboot in parser & composer by @maennchen in #30
- Test in Elixir 1.3.X & different otp releases by @maennchen in #32
- #31 Stream get_[next|previous]_run_dates function by @maennchen in #33
- Fix Dialyzer, Remove Dead Code by @maennchen in #34
- Fix typo in mix.exs by @theoretick in #36
- Custom CronExpression Ecto Type by @maennchen in #37
- Ecto Type Fix Map encoding / decoding issue by @maennchen in #38
New Contributors
- @theoretick made their first contribution in #36
Full Changelog: v0.8.5...v1.0.0
4th Beta of soon to be stable version
What's Changed
- Test in Elixir 1.3.X & different otp releases by @maennchen in #32
- #31 Stream get_[next|previous]_run_dates function by @maennchen in #33
- Fix Dialyzer, Remove Dead Code by @maennchen in #34
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4
3rd Beta of soon to be stable version
What's Changed
- Support @reboot in parser & composer by @maennchen in #30
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3
2nd Beta of soon to be stable version
Full Changelog: v1.0.0-beta.1...v1.0.0-beta.2
First Beta of soon to be stable version
What's Changed
- Replace ExtendedCronInterval with extended property by @maennchen in #18
- Rename CronInterval to CronExpression by @maennchen in #19
- Rename Modules to better names by @maennchen in #20
- Cleanup Helper Functions by @maennchen in #21
- Move helper function from Crontab to Crontab.Scheduler, enforce naming conventions by @maennchen in #22
- Cron Expression Sigil by @maennchen in #23
- Improve Documentation by @maennchen in #24
- Rename Various variables to cron_interval by @maennchen in #25
- Credo Fixes by @maennchen in #26
- Improve types by @maennchen in #27
Full Changelog: v0.8.5...v1.0.0-beta.1