Releases: timonwong/loggercheck
Releases · timonwong/loggercheck
v0.10.1
What's Changed
- fix: downgrade minimum Go version by @ldez in #92
- chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #84
- chore(deps): bump actions/setup-go from 4 to 5 by @dependabot in #83
- fix: unalias by @ldez in #93
New Contributors
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- chore(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.4.0 by @dependabot in #52
- chore(deps): bump golang.org/x/tools from 0.2.0 to 0.6.0 by @dependabot in #53
- chore(deps): bump goreleaser/goreleaser-action from 3 to 4 by @dependabot in #49
- chore: bump go version; update readme by @timonwong in #56
- chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #57
- chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in #59
- chore(deps): bump golang.org/x/tools from 0.6.0 to 0.7.0 by @dependabot in #58
- chore(deps): bump golang.org/x/tools from 0.7.0 to 0.8.0 by @dependabot in #61
- chore(deps): bump golang.org/x/tools from 0.8.0 to 0.9.1 by @dependabot in #62
- chore(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.6.0 by @dependabot in #67
- chore(deps): bump golang.org/x/tools from 0.9.1 to 0.11.0 by @dependabot in #69
- feat: update to go 1.21.0, add log/slog support by @ttys3 in #72
- chore(deps): bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #76
- chore(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #73
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #79
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #74
- chore(deps): bump golang.org/x/tools from 0.12.0 to 0.24.0 by @dependabot in #78
- docs: update readme for slog by @timonwong in #80
- chore: use strings.builder instead of byte buffer pool by @timonwong in #81
- Upgraded to 1.23 by @MichaelFraser1999 in #89
- chore(deps): bump golang.org/x/tools from 0.25.0 to 0.26.0 by @dependabot in #90
New Contributors
- @MichaelFraser1999 made their first contribution in #89
Full Changelog: v0.9.4...v0.10.0
v0.9.4
What's Changed
- fix simple typo by @lpmi-13 in #41
- chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #44
- chore(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by @dependabot in #42
- chore(deps): bump golang.org/x/tools from 0.1.12 to 0.2.0 by @dependabot in #43
- Allow string constants in other file and other package to work by @steve-261370 in #54
New Contributors
- @lpmi-13 made their first contribution in #41
- @dependabot made their first contribution in #44
- @steve-261370 made their first contribution in #54
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- chore: add index for ruleset list by @timonwong in #36
- test: add tests for generic custom functions by @timonwong in #37
- feat: simplify rules for receiver with type parameters by @timonwong in #39
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- fix: do not check printflike arg in keyandvalues by @timonwong in #33
- fix: refactor and re-enable checks for printf-link in key value pairs by @timonwong in #34
- fix: typo in API by @timonwong in #35
Full Changelog: v0.9.0...v0.9.2
v0.9.0
What's Changed
- feat: add
-noprintflike
to check format specifiers by @timonwong in #32
Full Changelog: v0.8.0...v0.9.0
v0.8.0
v0.7.1
What's Changed
- fix: key value check is special for zap by @timonwong in #28
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- chore: code cleanup by @timonwong in #24
- chore: refactor and allow disable custom rules by @timonwong in #25
- feat: check logging keys (type string) by @timonwong in #26
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- feat: allow add custom logger by @ttys3 in #19
- refactor: rename methodrule -> funcrule and improve coverage by @timonwong in #21
- refactor: make config options be consistent with the cli style by @ttys3 in #22
- feat: index func names (fast path) to improve performance by @timonwong in #23
Full Changelog: v0.5.0...v0.6.0