Releases: jgautheron/goconst
Releases · jgautheron/goconst
v1.7.1
v1.7.0
What's Changed
- regexp based false positive strings filtration by @tarasmadan in #23
New Contributors
- @tarasmadan made their first contribution in #23
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- fix bug #20 about not support more operations on string by @studyzy in #21
- Support filtering number literals in bases other than decimals
New Contributors
Full Changelog: v1.5.1...v1.6.0
1.5.1
Actually use IgnoreTests from the API. (#18) Because the API took a list of `*File`s, it didn't actually skip tests as ParseTree did. This checks the name of each file before visiting its AST.
1.5.0
add IgnoreTests to API, so API users can exclude tests as well. (#17)
1.4.0
Making type of registered events configurable
Fix missing ProcessResults call
1.3.2 Adding missing ProcessResults() call
1.3.1
Improvements after review
Expose API
1.3.0 Expose API