Skip to content

Releases: timonwong/loggercheck

v0.10.1

30 Oct 12:00
858975d
Compare
Choose a tag to compare

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

  • @ldez made their first contribution in #92

Full Changelog: v0.10.0...v0.10.1

v0.10.0

15 Oct 05:46
4e02d5e
Compare
Choose a tag to compare

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

Full Changelog: v0.9.4...v0.10.0

v0.9.4

21 Feb 01:31
5009785
Compare
Choose a tag to compare

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

Full Changelog: v0.9.3...v0.9.4

v0.9.3

06 Sep 02:54
7395ab8
Compare
Choose a tag to compare

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

01 Sep 01:42
7e34430
Compare
Choose a tag to compare

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

31 Aug 16:40
ef578c4
Compare
Choose a tag to compare

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

30 Aug 07:30
48def35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.7.1

30 Aug 06:44
5b1d33b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

30 Aug 02:50
1fd3821
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

29 Aug 05:14
95aac08
Compare
Choose a tag to compare

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