Releases: gostaticanalysis/comment
Releases · gostaticanalysis/comment
v1.5.0
What's Changed
- Add tagpr and testvet by @tenntenn in #18
- Add IgnorePosLine and deprecate IgnoreLine by @neglect-yp in #17
- Fix errors for testvet by @tenntenn in #20
- Add version.txt by @tenntenn in #21
- Update go version and dependencies by @tenntenn in #19
New Contributors
- @neglect-yp made their first contribution in #17
Full Changelog: v1.4.2...v1.5.0
v1.4.2: Merge pull request #16 from gostaticanalysis/more-parse
omment: fix hasIgnoreCheck to more pares lines
v1.4.1: Fix comment directive parsing in Go 1.15+
- Fix comment directive parsing in Go 1.15+
Add (*Maps).CommentsByPosLine
CommentsByLine
has a bug. It cannot fix without changing arguments.
So CommentsByLine
become deprecated and CommentsByPosLine
has been added instead of it.
Add IgnoreLine and CommentsByLine
- Add IgnoreLine and CommentsByLine