Skip to content

Releases: hashicorp/cronexpr

v1.1.2

26 Jun 18:22
Compare
Choose a tag to compare

A stub release to capture the copy of APLv2 to LICENSE file

v1.1.1

01 Sep 15:47
a5b9ff1
Compare
Choose a tag to compare

Fix an infinite loop when the cron expression contain a month padding with 0.

v1.1.0

08 May 15:15
Compare
Choose a tag to compare

CHANGELOG:

  • handle daylight saving transitions - #2
  • Added handling for day-of-week spans that end in seven - #1
  • Allow library to be used in parallel - gorhill#30
  • fix infinite loop on err interval - gorhill#22
  • support 0N format for numeric field - gorhill#11
  • fixed parsering bug for like "*/5" - gorhill#7