Releases: Abirdcfly/dupword
Releases · Abirdcfly/dupword
v0.0.10
Changelog
- a614b92 build(deps): bump golang.org/x/tools from 0.4.0 to 0.5.0
- c938c12 build(deps): bump golang.org/x/tools from 0.5.0 to 0.6.0
- ed1e742 build(deps): bump golang.org/x/tools from 0.6.0 to 0.7.0
v0.0.9
Changelog
- ce5f3f4 build(deps): bump golang.org/x/tools from 0.2.0 to 0.3.0
- 8e71a25 build(deps): bump golang.org/x/tools from 0.3.0 to 0.4.0
- 0eefc6c fix: don't warn on duplicate numbers
v0.0.7
Changelog
- 947cf89 fix: duplicate word is last word
v0.0.6
Changelog
- 5a64b19 feat: add function ExcludeWords
- 6bbbb42 feat: support detect any repeated word
v0.0.5
Changelog
- b980c49 action: create codeql-analysis.yml
- c05eb39 feat: add version info
- 9fe9bd2 feat: optimize 'match adjacent single-line' logic
- c2ac5d0 feat: show duplicate word in error message
- 0a8d621 feat: support custom key word
v0.0.4
Changelog
- 66cf86d action: use go version in go.mod
- d3a47b3 feat: rewite 'match adjacent single-line' logic
v0.0.3
Changelog
- fe0e4ee feat: match adjacent single-line comments