Skip to content

Releases: pinterest/thriftcheck

1.0.1

10 Jun 12:42
Compare
Choose a tag to compare

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

19 Sep 22:16
Compare
Choose a tag to compare

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

15 Mar 17:46
Compare
Choose a tag to compare

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

28 Apr 18:45
18eb871
Compare
Choose a tag to compare

Changelog

  • 18eb871 Only apply 'field.id.{negative,zero}' to explicit field IDs (#50)

0.9.12

28 Apr 18:18
80432a2
Compare
Choose a tag to compare

Changelog

0.9.11

23 Mar 20:09
74cd90b
Compare
Choose a tag to compare

Changelog

0.9.10

19 Nov 19:39
ef94a6b
Compare
Choose a tag to compare

Changelog

ef94a6b Add a CodeQL security-scanning workflow (#35)
1489e85 Only files (not directories) can be included (#33)
e3d3c25 Teach ast.Resolve() about 'include' paths (#34)
11e4a4b Use spaces for indentation in TOML examples

0.9.9

08 Sep 12:21
491019a
Compare
Choose a tag to compare

Changelog

491019a More closely match GCC-style error format (#32)

0.9.8

27 Aug 22:36
cc6c9bb
Compare
Choose a tag to compare

Changelog

f41e4cb Fix include search path logic

0.9.7

27 Aug 21:53
0509bac
Compare
Choose a tag to compare

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)