Releases: go-simpler/sloglint
Releases · go-simpler/sloglint
Release list
v0.12.0
Changelog
- d2dd10c fix(message-style): don't report non-letter characters (#133)
- e7ecbdd docs(all): update documentation (#129)
- e4e07d6 chore(ci): cleanups (#124)
- 6e334ca chore(deps): bump golang.org/x/tools from 0.41.0 to 0.42.0 (#123)
- 381703b feat(all): add support for custom functions (#122)
- ea3ad7c feat(all): analyze all slog.Attr calls (#121)
- 30e6134 feat(all): analyze slog.Group calls + clean up tests (#120)
- d0ace02 dev(all): split parser and checks (#119)
- c90ef4b dev(all): use ast/inspector.Cursor (#117)
- 848c3b2 feat(context-only): add support for http.Request (#116)
- e9058cc fix(context-only): check only functions with a context alternative (#114)
- 5bee55b fix: check args length before slicing (#113)
- 33420d9 fix(kv-only): don't report slog.Group calls (#112)
- 07e3b4f fix(msg-style): trim space before validation (#111)
- 582d548 feat: add option to only allow specific keys (#106)
- 59a0521 chore(deps): bump golang.org/x/tools from 0.35.0 to 0.41.0 (#108)
- 9ac4e1d fix(context): do a separate visitor.WithStack run for context=scope (#110)
- 36433cd chore(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 (#94)
v0.11.1
v0.11.0
v0.10.1
v0.10.0
v0.9.0
chore: display Go version usded to build (#70)
v0.8.0
- 72654a4 fix(no-raw-keys): do not report constants from other packages (#67) by @Jacobbrewer1