Gocognit Versions Save

Calculates cognitive complexities of functions (and methods) in Go source code. (Golang cognitive complexity)

v1.1.2

7 months ago

What's Changed

Full Changelog: https://github.com/uudashr/gocognit/compare/v1.1...v1.1.2

v1.1.0

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/uudashr/gocognit/compare/v1.0.7...v1.1

v1.0.7

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/uudashr/gocognit/compare/v1.0.6...v1.0.7

v1.0.6

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/uudashr/gocognit/compare/v1.0.5...v1.0.6

v1.0.5

2 years ago
  1. Fixed panic due to predefined func
  2. Removed support for indirect recursion (due to bugs on this feature)

v1.0.4

2 years ago
  1. Added support for indirect recursion

v1.0.3

2 years ago
  1. Fixed the for range statement error
  2. Added more testdata

v1.0.2

2 years ago
  1. Support Analyzer
  2. Recognized type switch statement
  3. Fixed the Fact func logic (testdata)

v1.0.1

4 years ago

Changes:

  1. Fix issue #1 Incorrect cognitive value by @SVilgelm #2

v1.0.0

4 years ago

The initial release of Gocognit