All Versions
19
Latest Version
Avg Release Cycle
192 days
Latest Release
1826 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.0 Changes
March 24, 2020- ๐ Fix time parsing error (#41), Julien Debon (@Sir4ur0n)
-
v0.6.2 Changes
January 10, 2020- โก๏ธ Updates to allow GHC 8.8
-
v0.6.1 Changes
- โ Add support for day and month literals, Ahti Katiska (@HariGyogu).
-
v0.6.0 Changes
July 13, 2017- โฑ Use Text instead of String in Cron.Schedule
-
v0.5.0 Changes
- โ Add System.Cron.Describe which describes cron schedules in words (English only for now). Big thanks to Joe Canero for this feature!
-
v0.4.2 Changes
- โฌ๏ธ Drop dependency on derive in tests.
- โ Add some Generic and Typeable instances.
-
v0.4.1 Changes
May 19, 2016- ๐ Compatibility release to get cron building with GHC < 7.10 again.
-
v0.4.1.1 Changes
June 02, 2016- ๐ Bug fix for checking nextMatch where either the day of month or day of week fields were a singleton list of star.
-
v0.4.0 Changes
March 16, 2016- โฑ Various type changes to make it impossible to construct invalid cron schedules.
- โ Add nextMatch function for non-polling based schedulers.
-
v0.3.2 Changes
September 05, 2015- โ Add test files to dist