Skip to content
This repository was archived by the owner on Jul 19, 2026. It is now read-only.

Releases: ecnepsnai/cron

v1.3.3

Choose a tag to compare

@ecnepsnai ecnepsnai released this 20 Sep 01:41
v1.3.3
3053083
  • Fix panic on recover

v1.3.1

Choose a tag to compare

@ecnepsnai ecnepsnai released this 20 Aug 02:44
v1.3.1
12f1e5b
  • Update to go 1.17

v1.3.0

Choose a tag to compare

@ecnepsnai ecnepsnai released this 10 Jun 01:10
v1.3.0
e7347da
  • Expose timezone control, no change in operation

v1.2.0

Choose a tag to compare

@ecnepsnai ecnepsnai released this 19 Nov 01:57
v1.2.0
fa0fd98

Now fully compliant with the POSIX crontab standard

  • [BREAKING]: day-of-month and day-of-week fields are now OR-d when both are defined. This is correct as per the POSIX standard, but is a change from how this package used to work.
  • Added support for named month and weekday values, I.E. JAN, FEB, FRI, THU

v1.1.0

Choose a tag to compare

@ecnepsnai ecnepsnai released this 14 Nov 21:22
v1.1.0
ea4a3c0
  • [BREAKING]: Job patterns are now validated when cron.New() is called. An error is now returned if any patterns are not valid
  • Added support for range values and list values

v1.0.0

Choose a tag to compare

@ecnepsnai ecnepsnai released this 04 Sep 01:59
v1.0.0
4ab8bfc

Initial release