Skip to content

Commit 852bb04

Browse files
author
Rob Figueiredo
committed
README: add more information about the upgrade
1 parent 9aa5b7e commit 852bb04

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,23 @@ cron v3 is a major upgrade to the library that addresses all outstanding bugs,
99
feature requests, and rough edges. It is based on a merge of master which
1010
contains various fixes to issues found over the years and the v2 branch which
1111
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.
1414

1515
New features:
1616

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+
1729
- Extensible, key/value logging via an interface that complies with
1830
the github.com/go-logr/logr project.
1931

0 commit comments

Comments
 (0)