File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,23 @@ cron v3 is a major upgrade to the library that addresses all outstanding bugs,
9
9
feature requests, and rough edges. It is based on a merge of master which
10
10
contains various fixes to issues found over the years and the v2 branch which
11
11
contains some backwards-incompatible features like the ability to remove cron
12
- jobs. In addition, v3 adds support for Go Modules and cleans up rough edges like
13
- the timezone support.
12
+ jobs. In addition, v3 adds support for Go Modules, cleans up rough edges like
13
+ the timezone support, and fixes a number of bugs .
14
14
15
15
New features:
16
16
17
+ - Support for Go modules.
18
+
19
+ - Fewer bugs:
20
+ - 0f01e6b parser: fix combining of Dow and Dom (#70 )
21
+ - dbf3220 adjust times when rolling the clock forward to handle non-existent midnight (#157 )
22
+ - eeecf15 spec_test.go: ensure an error is returned on 0 increment (#144 )
23
+ - 70971dc cron.Entries(): update request for snapshot to include a reply channel (#97 )
24
+
25
+ - Standard cron spec parsing by default (first field is "minute"), with an easy
26
+ way to opt into the seconds field (quartz-compatible). Although, note that the
27
+ year field (optional in Quartz) is not supported.
28
+
17
29
- Extensible, key/value logging via an interface that complies with
18
30
the github.com/go-logr/logr project.
19
31
You can’t perform that action at this time.
0 commit comments