v0.8.0
Pre-release
Pre-release
Added
- when multiple errors occur creating a job, they are now wrapped and returned (#130) @JohnRoesler
- allowing the enforcement of unique tags when set through the scheduler with
Scheduler.TagsUnique()(#136) @JohnRoesler - a new explicit interval func
Milliseconds()- this was already available throughEvery(500ms)(#137) @JohnRoesler
Changed
- the
Job.Errfunc has been renamedJob.Error(#137) @JohnRoesler - the default behavior of
LimitRunsToremoves the job from the scheduler (#137) @JohnRoesler- nothing can be done with a stopped job in the scheduler so we opted to remove the job instead
At()now accepts eitherstringortime.Time(parses out only h,m,s) (#137) @JohnRoesler
Removed
- the
RemoveAfterLastRunfunc has been removed (#137) @JohnRoesler
Chores
- to go 1.16 (#135) @JohnRoesler
- updates to the readme including a design diagram (513e278, 740bcdb) @JohnRoesler
- added a code of conduct (88fbecc) @JohnRoesler
- updated the gitignore (a55ceb8) @JohnRoesler