Skip to content

v1.8.0

Latest
Compare
Choose a tag to compare
@chavacava chavacava released this 30 Mar 11:12
· 10 commits to master since this release
9f5f957

Changelog

  • 561c949 change: replace log with log/slog for logging (#1280)
  • c9c079f chore(deps): update module golang.org/x/sys to v0.31.0 (#1257)
  • dc3de10 chore(deps): update module golang.org/x/text to v0.23.0 (#1259)
  • 54ea25b doc: update description of struct-tag rule (#1262)
  • 4f34235 feature: add suport of mapstructure struct tags in struct-tag rule (#1241)
  • 3bbfedb feature: add suport of validate struct tags in struct-tag rule (#1244)
  • 88d5434 feature: add support for TOML struct tags in struct-tag rule (#1255)
  • 3cf67c5 feature: add support of URL struct tags in struct-tag rule (#1239)
  • a4ee892 feature: add support of datastore struct tags in struct-tag rume (#1240)
  • 88e5689 fix(deps): update module github.com/burntsushi/toml to v1.5.0 (#1276)
  • 8b973cb fix(deps): update module github.com/spf13/afero to v1.13.0 (#1270)
  • 770af80 fix(deps): update module github.com/spf13/afero to v1.14.0 (#1271)
  • c940fa6 fix(deps): update module golang.org/x/mod to v0.24.0 (#1258)
  • 39ae683 fix(deps): update module golang.org/x/tools to v0.31.0 (#1261)
  • b77bb1a fix: cognitive complexity nesting with if-else chains (#1268)
  • 67d0a61 fix: error-strings custom funcs overwrites defaults (#1249)
  • 77f4474 refactor: string-format implements ConfigurableRule (#1251)
  • 43a44af refactor: apply suggestions from gopls modernize (#1282)
  • 9919e6b refactor: replace IsAtLeastGo1* functions by IsAtLeastGoVersion (#1274)
  • b04d5a7 refactor: return error instead of panic (#1252)
  • 6d0498c refactor: simplify File.disabledIntervals, add tests (#1216)
  • 9f5f957 rule: allow lowercased and kebab-cased options (#1272)