Skip to content

Releases: uudashr/gocognit

v1.2.0

09 Dec 23:02
2881c26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.2.0

v1.1.4

05 Dec 14:55
8b1a11f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

26 Jul 04:21
Compare
Choose a tag to compare

What's Changed

  • Add support for go version 1.22 by @uudashr in #36
  • Add go recipe badge #17
  • Add capability to exclude test files on the CLI

Full Changelog: v1.1.2...v1.1.3

v1.1.2

19 Oct 13:18
Compare
Choose a tag to compare

What's Changed

  • Add retraction for version v1.1.1
  • Add more recursion test by @uudashr in #32
  • Enable directive for the Analyzer by @uudashr in #33
  • Sync godoc, README, cli doc by @uudashr in #34

Full Changelog: v1.1...v1.1.2

v1.1.0

06 Sep 06:26
bc9ca12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.7...v1.1

v1.0.7

17 Jul 07:14
88f6fa8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

04 Jul 05:41
Compare
Choose a tag to compare

What's Changed

  • Add support for go1.18 generic. Fix gocognit output when a function has generic receiver type by @ivanruski in #10
  • Simplify recvString output by @ivanruski in #13

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

14 Jul 06:48
Compare
Choose a tag to compare
  1. Fixed panic due to predefined func
  2. Removed support for indirect recursion (due to bugs on this feature)

v1.0.4

14 Jul 06:04
Compare
Choose a tag to compare
  1. Added support for indirect recursion

v1.0.3

14 Jul 04:35
Compare
Choose a tag to compare
  1. Fixed the for range statement error
  2. Added more testdata