Skip to content

Releases: pinterest/thriftcheck

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)

0.9.6

03 Aug 00:45
0d3b540
Compare
Choose a tag to compare

Changelog

9a39169 Add a new 'names.reserved' check (#22)
0d3b540 Add column position support for remaining nodes (#23)
a77e536 Only compare messages when necessary
724f528 Relocate Name() as an unexported helper function