Releases: maratori/testpackage
Releases · maratori/testpackage
v1.1.1
What's Changed
- Bump crate-ci/typos from 1.10.2 to 1.10.3 by @dependabot in #32
- Bump golang.org/x/tools from 0.1.11 to 0.1.12 by @dependabot in #34
- Bump linter to 1.48.0 by @maratori in #36
- Bump crate-ci/typos from 1.10.3 to 1.11.0 by @dependabot in #35
- Bump crate-ci/typos from 1.11.0 to 1.11.1 by @dependabot in #37
- Bump crate-ci/typos from 1.11.1 to 1.11.2 by @dependabot in #38
- Bump crate-ci/typos from 1.11.2 to 1.11.4 by @dependabot in #39
- Bump crate-ci/typos from 1.11.4 to 1.11.5 by @dependabot in #40
- Bump crate-ci/typos from 1.11.5 to 1.12.0 by @dependabot in #42
- Bump crate-ci/typos from 1.12.0 to 1.12.2 by @dependabot in #43
- Bump crate-ci/typos from 1.12.2 to 1.12.3 by @dependabot in #44
- Add go.mod version badge to readme by @maratori in #45
- Bump crate-ci/typos from 1.12.3 to 1.12.4 by @dependabot in #46
- Bump crate-ci/typos from 1.12.4 to 1.12.5 by @dependabot in #47
- Bump crate-ci/typos from 1.12.5 to 1.12.6 by @dependabot in #48
- Bump crate-ci/typos from 1.12.6 to 1.12.7 by @dependabot in #49
- Bump crate-ci/typos from 1.12.7 to 1.12.8 by @dependabot in #50
- Bump crate-ci/typos from 1.12.8 to 1.12.10 by @dependabot in #51
- Bump crate-ci/typos from 1.12.10 to 1.12.11 by @dependabot in #53
- Bump golang.org/x/tools from 0.1.12 to 0.2.0 by @dependabot in #52
- Bump crate-ci/typos from 1.12.11 to 1.12.12 by @dependabot in #54
- Bump crate-ci/typos from 1.12.12 to 1.12.14 by @dependabot in #55
- Bump golang.org/x/tools from 0.2.0 to 0.3.0 by @dependabot in #56
- Bump crate-ci/typos from 1.12.14 to 1.13.0 by @dependabot in #57
- Bump crate-ci/typos from 1.13.0 to 1.13.1 by @dependabot in #58
- Bump crate-ci/typos from 1.13.1 to 1.13.3 by @dependabot in #59
- Bump crate-ci/typos from 1.13.3 to 1.13.4 by @dependabot in #61
- Bump golang.org/x/tools from 0.3.0 to 0.4.0 by @dependabot in #60
- Bump crate-ci/typos from 1.13.4 to 1.13.5 by @dependabot in #62
- Bump crate-ci/typos from 1.13.5 to 1.13.6 by @dependabot in #63
- Bump golang.org/x/tools from 0.4.0 to 0.5.0 by @dependabot in #64
- Bump crate-ci/typos from 1.13.6 to 1.13.7 by @dependabot in #65
- Bump crate-ci/typos from 1.13.7 to 1.13.8 by @dependabot in #66
- Bump crate-ci/typos from 1.13.8 to 1.13.9 by @dependabot in #67
- Bump crate-ci/typos from 1.13.9 to 1.13.10 by @dependabot in #68
- Bump golang.org/x/tools from 0.5.0 to 0.6.0 by @dependabot in #69
- Bump crate-ci/typos from 1.13.10 to 1.13.12 by @dependabot in #70
- Bump crate-ci/typos from 1.13.12 to 1.13.14 by @dependabot in #71
- Bump crate-ci/typos from 1.13.14 to 1.13.16 by @dependabot in #72
- Update linter and makefile by @maratori in #73
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Change link to pkg.go.dev by @maratori in #18
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #19
- Migrate to github actions from travis-ci by @maratori in #22
- Update golangci-lint to v1.46.2 by @maratori in #24
- Update to latest golang by @maratori in #23
- feat: support providing a list of allowed packages by @G-Rath in #21
- Enable dependabot for github-actions by @maratori in #25
- Bump codecov/codecov-action from 2 to 3 by @dependabot in #26
- Split CI to separate jobs by @maratori in #27
- Prepare release by @maratori in #29
- Check typos in CI by @maratori in #30
New Contributors
Full Changelog: v1.0.1...v1.1.0
v1.0.1
v1.0.0
What's Changed
- Add
testpackage
analyzer by @maratori in #1 - Run
golangci-lint
in travis-ci by @maratori in #2 - Ignore
main.go
in codecov by @maratori in #3 - Add badges to readme by @maratori in #4
- Ignore
main.go
in codecov right way by @maratori in #5 - Report position of package name instead of package keyword by @maratori in #6
- Start badges with new line in readme by @maratori in #7
- Introduce flag
-skip-regexp
to skip file name by @maratori in #8 - Add test for invalid
-skip-regexp
by @maratori in #10 - Add
Makefile
by @maratori in #11 - Use
Analyzis.Flags
instead of func parameter by @maratori in #12 - Use back quote instead of double quote in error message by @maratori in #13
- Fix typo make -> makes by @maratori in #14
- Add motivation and instructions to readme by @maratori in #16
Full Changelog: https://github.com/maratori/testpackage/commits/v1.0.0