forked from MichaelXavier/cron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog
29 lines (29 loc) · 983 Bytes
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 0.4.1.1
* Bug fix for checking nextMatch where either the day of month or day of week fields were a singleton list of star.
# 0.4.1.1
* Fix test suite for Stackage.
# 0.4.1
* Compatibility release to get cron building with GHC < 7.10 again.
# 0.4.0
* Various type changes to make it impossible to construct invalid cron schedules.
* Add nextMatch function for non-polling based schedulers.
# 0.3.2
* Add test files to dist
# 0.3.1
* Fix bug that caused some range schedules to not fire at the correct time. See https://github.com/MichaelXavier/cron/issues/18
# 0.3.0
* MTL compatibility updates.
# 0.2.6
* Package test files
# 0.2.5
* GHC 7.10 support
# 0.2.4
* Bugfixes for new task runner feature
# 0.2.3
* Add new in-process task runner feature. Credit to @AndrewRademacher
# 0.2.2
* Fix edge case when day of month and day of week are both specified. Credit to @joelwilliamson
# 0.2.1
* Fix day of week bug. Credit to @meteogrid
# 0.1.2
* Relax dependency on text to allow 1.0