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
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