Releases: prodrigestivill/go-cron
Releases · prodrigestivill/go-cron
v0.0.11
v0.0.10
Rebuild with newer go compiler.
New targets added: linux/s390x, linux/ppc64le, darwin/arm64.
v0.0.9
The robfig/cron v1 branch accepted an optional seconds field at the beginning of the cron spec. This is non-standard and has led to a lot of confusion. The robfig/cron v3 default parser conforms to the standard as described by the Cron wikipedia page.
This new version are updated to retain the old behavior of v1 branch even the confusion it might cause.
v0.0.8
Moved to robfig/cron v3.0.1.
Changed build system and enable more targets and static builds.