Releases: pinterest/thriftcheck
Releases · pinterest/thriftcheck
1.0.1
Changelog
- d988c8a Add Go 1.22 to the testing matrix (#82)
- 9504c1f Add build/test/release instructions
- b81b245 Bump actions/cache from 3 to 4 (#80)
- 25eeb27 Bump actions/setup-go from 4 to 5 (#75)
- 9b11ed8 Bump github.com/kkyr/fig from 0.3.2 to 0.4.0 (#76)
- 9f11b9d Bump github/codeql-action from 2 to 3 (#79)
- dc77898 Bump go.uber.org/thriftrw from 1.31.0 to 1.32.0 (#84)
- 1ac6d52 Bump golangci/golangci-lint-action from 3 to 4 (#81)
- 8e22b8e Bump golangci/golangci-lint-action from 4 to 5 (#85)
- 9ba6379 Bump golangci/golangci-lint-action from 5 to 6 (#88)
- 4cd8724 Bump goreleaser/goreleaser-action from 5 to 6 (#90)
- 3ebd9dd Document the thriftcheck command
- 7dd7f3f Enable strict configuration parsing (#78)
- d9b2e1e Explicit doc links to thriftrw/ast types
- 41e9264 Fix CheckFieldDocMissing doc comment
- 36d42a3 Link to the latest prebuilt release
- b7887e7 Move CONTRIBUTING.md back to the repository root
- 5d223ac Replace deprecated ioutil usage with equivalents (#77)
- d5f6687 Require at least go version 1.21
- 0aa48ab Update to GoReleaser v2
- 27eaa06 Upgrade go-toml to v2.2.2 (from v2.1.0)
1.0.0
Changelog
- b5ec342 --rm-dist is deprecated in favor of --clean
- e02d989 Add Go 1.21 to the testing matrix (#73)
- 6df7aed Bump actions/checkout from 3 to 4 (#70)
- c86e93b Bump actions/setup-go from 3 to 4 (#65)
- 9721ff0 Bump github.com/kkyr/fig from 0.3.1 to 0.3.2 (#69)
- b73398d Bump go.uber.org/thriftrw from 1.29.2 to 1.30.0 (#66)
- 20d47af Bump go.uber.org/thriftrw from 1.30.0 to 1.31.0 (#67)
- bc51979 Bump goreleaser/goreleaser-action from 4 to 5 (#71)
- d64ab18 Stop replacing 'darwin' with 'macos'
- 0d93bd1 Test against Go version 1.19 and 1.20 (#68)
- 08d84ff Upgrade to testify 1.8.4 (#74)
- df69b32 Use .Version instead of .Tag in archive names
0.9.14
Changelog
- 38a0f0d Add struct field documentation comment check (#61)
- 24a104a Add support for using a folder as a parameter. (#63)
- 67e4481 Adjust indentation within comment blocks
- c22dfea Bump github.com/kkyr/fig from 0.3.0 to 0.3.1 (#56)
- 398dca6 Bump github/codeql-action from 1 to 2 (#51)
- 5ad1d41 Bump goreleaser/goreleaser-action from 2 to 3 (#52)
- e556ab6 Bump goreleaser/goreleaser-action from 3 to 4 (#55)
- a48bb19 Minor wording improvements
- e61e09b Only recursively expand .thrift files (#64)
- 23c6f0c Remove 'skip-go-installation' (#57)
- 6a7ea56 Remove the 'ifshort' and 'wastedassign' linters (#59)
- 57f1685 Run
go mod tidy
- 4ea66e7 Run
go mod tidy
(#54) - 95396ee Upgrade module dependencies (#53)
- 66cf64b Upgrade to testify version 1.8.1 (from 1.7.1) (#58)
0.9.13
0.9.12
0.9.11
Changelog
- 2bda1a6 Add Dependabot configuration
- 4f41e0f Add Go version 1.18 to the testing matrix (#43)
- 73df158 Add a 'constant.ref' check (#44)
- fea9e7e Add pre-commit hooks support (#37)
- c9857b6 Bump actions/checkout from 2 to 3 (#41)
- 74cd90b Move completely to Go 1.18 (#45)
- e9d204c Move pre-commit section below Editor Support
- 601899d Remove the goheader linter
- eb6bd6f Update some indirect dependencies (#42)
- e543877 Upgrade to actions/cache version 2
- 8650d1f Upgrade to golangci-lint-action v3 (#40)
- 3299160 Upgrade to thriftrw v1.29.2 (#36)
0.9.10
0.9.9
0.9.8
0.9.7
Changelog
d916075 Add 'field.optional' and 'field.requiredness' checks (#27)
b430fe5 Enable a few more linters (#25)
0509bac Fail immediately if there's a getopt parse error (#30)
4a7695c Mention Vim support via ALE
4533bf9 Switch to ast.Annotations() (#28)
dae9dc7 Upgrade to Go version 1.17 (#29)
8354895 Upgrade to kkyr/fig v0.3.0 (#26)
89668b1 Use current directory to resolve includes (#24)