Skip to content

Releases: adhocore/gronx

Version v1.6.6 (Validation fix)

20 Sep 10:18
06e7337
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.5...v1.6.6

Version v1.6.5

27 Jul 15:32
f878463
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.4...v1.6.5

Version v1.6.4 (Allow leading zeroes in segments)

21 Jul 07:56
5a6b134
Compare
Choose a tag to compare

What's Changed

  • fix: allow leading zero for NextTick by @millotp in #30

New Contributors

Full Changelog: v1.6.3...v1.6.4

Version v1.6.3 (Fix rare infinite loop)

28 May 10:09
5d21708
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.6.3

Version v1.6.2 (Improve BatchDue check)

25 Apr 16:16
0175ee2
Compare
Choose a tag to compare

What's Changed

  • refactor(batch): improve perf, remove Expr.segs, fill Expr.Expr by @adhocore in #25

Full Changelog: v1.6.1...v1.6.2

Version v1.6.1 (Non functional, Integrate Goreleaser)

24 Apr 06:54
b9f8fdc
Compare
Choose a tag to compare

Version v1.6.0 (Concurrency control)

24 Apr 06:09
Compare
Choose a tag to compare

What's Changed

  • feat(tasker): support mutex to run single instance of task at a time by @adhocore in #23

Full Changelog: v1.5.0...v1.6.0

Version v1.5.0 (PrevTick akin to NextTick for past)

09 Apr 09:56
5fc5949
Compare
Choose a tag to compare

What's Changed

  • PrevTick aka last tick to get previous run time of a cron expression by @adhocore in #22

Full Changelog: v1.4.0...v1.5.0

Version v1.4.0 (Batch check, fix NextTick)

07 Apr 23:12
31f3843
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

Version v1.3.0 (Support seconds in 0th aka 1st segment)

06 Apr 12:48
46e2160
Compare
Choose a tag to compare

What's Changed

  • Support 7 segments cron expr with first (0th) segment as second by @adhocore in #19

Full Changelog: v1.2.0...v1.3.0