Skip to content

Latest commit

Β 

History

History
195 lines (152 loc) Β· 10.1 KB

CHANGELOG.md

File metadata and controls

195 lines (152 loc) Β· 10.1 KB

Changelog

v0.20.2 - 2024-06-20

v0.20.1 - 2024-06-20

Other Changes

  • chore(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 in the dependencies group by @dependabot in #103
  • chore(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0 in the dependencies group by @dependabot in #105

v0.20.0 - 2024-04-22

New Features πŸŽ‰

  • Add exclude-files: section for excluding files from analysis by @k1LoW in #101

v0.19.1 - 2024-04-08

Other Changes

  • chore(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0 in the dependencies group by @dependabot in #99

v0.19.0 - 2024-04-02

Other Changes

  • Update go and pkgs by @k1LoW in #96
  • [ifacenames] Allow -or ( e.g. Validator ) by @k1LoW in #95
  • chore(deps): bump the dependencies group with 1 update by @dependabot in #98

v0.18.4 - 2023-12-17

Other Changes

  • Update Go wiki URL by @k1LoW in #93

v0.18.3 - 2023-12-13

New Features πŸŽ‰

  • Add errorstrings.exclude-test by @k1LoW in #92

Other Changes

  • docs: add the installation guide with aqua by @suzuki-shunsuke in #91

v0.18.2 - 2023-09-30

New Features πŸŽ‰

  • Add space acound URL for clickable links in GitHub by @k1LoW in #86

Other Changes

  • For funcfmt analyzer, allow exclusion with a comment at the end too. by @k1LoW in #88

v0.18.1 - 2023-09-27

Fix bug πŸ›

  • Fix inconsistencies within the same rule by @k1LoW in #84

v0.18.0 - 2023-09-26

New Features πŸŽ‰

  • Add funcfmt analyzer by @k1LoW in #82

v0.17.0 - 2023-09-26

New Features πŸŽ‰

  • Add -v for show version by @k1LoW in #79
  • Add contexts analyzer by @k1LoW in #81

v0.16.0 - 2023-09-22

New Features πŸŽ‰

  • Add handlerrors analyzer by @k1LoW in #76

Other Changes

  • Fix loading types.Config by @k1LoW in #78

v0.15.0 - 2023-09-21

New Features πŸŽ‰

  • Add dontpanic analyzer by @k1LoW in #74

v0.14.2 - 2023-09-20

v0.14.1 - 2023-09-20

v0.14.0 - 2023-09-20

New Features πŸŽ‰

  • Add errorstrings analyzer by @k1LoW in #71

v0.13.4 - 2023-09-20

New Features πŸŽ‰

  • Add -recvnames.max option by @k1LoW in #68

v0.13.3 - 2023-09-20

Fix bug πŸ›

  • Fix useq detection by @k1LoW in #66

v0.13.2 - 2023-09-19

New Features πŸŽ‰

  • Add init command by @k1LoW in #65

v0.13.1 - 2023-09-19

Fix bug πŸ›

  • Fix repetition exclude by @k1LoW in #63

v0.13.0 - 2023-09-19

New Features πŸŽ‰

  • Add useany analyzer by @k1LoW in #60

v0.12.1 - 2023-09-18

v0.12.0 - 2023-09-18

New Features πŸŽ‰

  • Add typealiases analyzer by @k1LoW in #56
  • Add useq analyzer by @k1LoW in #58

Other Changes

  • Add reference style credits by @k1LoW in #57

v0.11.0 - 2023-09-16

New Features πŸŽ‰

  • varnames analyzer supports excluding variables from analysis. by @k1LoW in #52
  • Add recvtype analyzer by @k1LoW in #54

v0.10.6 - 2023-09-16

Fix bug πŸ›

  • Fix repetition bug by @k1LoW in #49
  • Skip test function by @k1LoW in #50

v0.10.5 - 2023-09-16

New Features πŸŽ‰

  • Separate each analyzer for stand-alone use by @k1LoW in #47

v0.10.4 - 2023-09-16

New Features πŸŽ‰

  • Update nilslices ( Check distinction between a nil slice and a non-nil ) by @k1LoW in #45

v0.10.3 - 2023-09-15

v0.10.2 - 2023-09-15

Fix bug πŸ›

  • Test* function exists in *_test package by @k1LoW in #42

v0.10.1 - 2023-09-14

v0.10.0 - 2023-09-14

New Features πŸŽ‰

  • Add getter analyzer by @k1LoW in #40

v0.9.0 - 2023-09-13

New Features πŸŽ‰

  • Add nilslices analyzer by @k1LoW in #38

v0.8.0 - 2023-09-13

New Features πŸŽ‰

  • Add repetition analyzer by @k1LoW in #35

v0.7.1 - 2023-09-13

New Features πŸŽ‰

  • Add .gostyle.yml by @k1LoW in #34

Fix bug πŸ›

  • Fix lookup func of types.Config by @k1LoW in #32
  • Fix typo by @k1LoW in #33

v0.7.0 - 2023-09-13

New Features πŸŽ‰

  • Add varnames analyzer by @k1LoW in #27

Fix bug πŸ›

  • Support *ast.RangeStmt (underscores, mixedcaps) by @k1LoW in #28
  • Revert "Add init command to generate .gostyle.yml" by @k1LoW in #29
  • Use source by @k1LoW in #30

v0.6.0 - 2023-09-12

Breaking Changes πŸ› 

  • Support config file by @k1LoW in #23

New Features πŸŽ‰

  • Add init command to generate .gostyle.yml by @k1LoW in #25

v0.5.0 - 2023-09-12

New Features πŸŽ‰

  • Support exclude words in mixedcaps analyzer by @k1LoW in #20
  • Check only where the name is defined. by @k1LoW in #21
  • Add underscores analyzer by @k1LoW in #22

Other Changes

  • Check renamed package name by @k1LoW in #19

v0.4.0 - 2023-09-12

Breaking Changes πŸ› 

  • By default, generated code is not inspected. by @k1LoW in #17

v0.3.2 - 2023-09-12

New Features πŸŽ‰

  • Reporter can be used generally. by @k1LoW in #15

v0.3.1 - 2023-09-12

New Features πŸŽ‰

  • Add analyzer for receiver names by @k1LoW in #13

v0.3.0 - 2023-09-11

New Features πŸŽ‰

  • Support -disable option by @k1LoW in #8
  • Add pkgnames analyzer by @k1LoW in #10
  • Add message prefix by @k1LoW in #11

v0.2.0 - 2023-09-11

New Features πŸŽ‰

  • Support inline ignore directives in comments by @k1LoW in #7

v0.1.0 - 2023-09-11

New Features πŸŽ‰

  • Add MixedCaps analyzer by @k1LoW in #3
  • Add -all option to ifacenames analyzer. by @k1LoW in #4

Other Changes

  • Bump golang.org/x/text from 0.3.3 to 0.3.8 by @dependabot in #1
  • mv mixedcaps to analyzer/guide/ by @k1LoW in #5