Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@reugn reugn released this 04 Feb 14:06
79df5a3

Features

  • feat(scheduler)!: rework constructor to use configuration options by @reugn in #148
  • feat(cron): add support for day-of-week special characters by @reugn in #150
  • feat(cron): add support for day-of-month special characters by @reugn in #151
  • feat(logger): add slog Logger implementation by @reugn in #152
  • feat(cron): allow LW characters combination in the day-of-month field by @reugn in #153

Fixes

  • fix(scheduler): synchronize the started flag read by @reugn in #149

Improvements

  • test(quartz): improve code coverage and refactor cron tests by @reugn in #144
  • docs: update readme documentation by @reugn in #154
  • ci: update golangci-lint configuration by @reugn in #155

Full Changelog: v0.13.0...v0.14.0