|
1 | | -# CHANGELOG |
| 1 | +# Changelog |
2 | 2 |
|
3 | | -## v1.1.0 |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +<!-- Do not link the versions in the title since this is not compatible with ExDoc. --> |
| 9 | + |
| 10 | +## Unreleased |
| 11 | + |
| 12 | +Diff for [unreleased](https://github.com/jshmrtn/crontab/compare/v1.1.5...HEAD) |
| 13 | + |
| 14 | +## 1.1.5 |
| 15 | + |
| 16 | +### Added |
| 17 | + |
| 18 | +* Compatibility for Ecto 3.0 |
| 19 | + |
| 20 | +Diff for [v1.1.5](https://github.com/jshmrtn/crontab/compare/v1.1.4...v1.1.5) |
| 21 | + |
| 22 | +## 1.1.4 |
| 23 | + |
| 24 | +### Fixed |
| 25 | + |
| 26 | +* Fast fail on impossible year scenarios (#51) |
| 27 | + |
| 28 | +Diff for [v1.1.4](https://github.com/jshmrtn/crontab/compare/v1.1.3...v1.1.4) |
| 29 | + |
| 30 | +## 1.1.3 |
| 31 | + |
| 32 | +* Fixed Typos |
| 33 | +* Fixed run limits |
| 34 | + |
| 35 | +Diff for [v1.1.3](https://github.com/jshmrtn/crontab/compare/v1.1.2...v1.1.3) |
| 36 | + |
| 37 | +## 1.1.2 |
| 38 | + |
| 39 | +### Fixed |
| 40 | + |
| 41 | +* Microsecond Precision Scheduler Fix |
| 42 | + |
| 43 | +Diff for [v1.1.2](https://github.com/jshmrtn/crontab/compare/v1.1.1...v1.1.2) |
| 44 | + |
| 45 | +## 1.1.1 |
| 46 | + |
| 47 | +### Fixed |
| 48 | + |
| 49 | +* Date Library independent |
| 50 | + |
| 51 | +Diff for [v1.1.1](https://github.com/jshmrtn/crontab/compare/v1.1.0...v1.1.1) |
| 52 | + |
| 53 | +## 1.1.0 |
| 54 | + |
| 55 | +### Added |
4 | 56 |
|
5 | 57 | * Date Library independent |
6 | 58 |
|
7 | | -## v1.0.0 |
| 59 | +Diff for [v1.1.0](https://github.com/jshmrtn/crontab/compare/v1.0.0...v1.1.0) |
| 60 | + |
| 61 | +## 1.0.0 |
| 62 | + |
| 63 | +### Removed |
8 | 64 |
|
9 | 65 | * Removed Helper Functions in Module `Crontab` |
| 66 | + |
| 67 | +### Changed |
10 | 68 | * Moved `get_[next|previous]_run_dates` to `Crontab.Scheduler` |
11 | 69 | * Renamed Modules to a better name |
12 | | - * Introduction of `~e[CRON_EXPRESSION]` sigil |
13 | 70 | * Renamed function to conventions. (`?` for booleans, `!` for functions that raise errors) |
| 71 | + |
| 72 | +### Added |
| 73 | + * Introduction of `~e[CRON_EXPRESSION]` sigil |
14 | 74 | * Introduced Ecto Type |
| 75 | + |
| 76 | +Diff for [v1.0.0](https://github.com/jshmrtn/crontab/compare/v0.8.5...v1.0.0) |
0 commit comments