All Versions
19
Latest Version
Avg Release Cycle
192 days
Latest Release
1494 days ago

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