Skip to content

Releases: breml/errchkjson

v0.4.0

16 Sep 18:55
340731b
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/tools from 0.13.0 to 0.14.0 by @dependabot in #34
  • Bump golang.org/x/tools from 0.14.0 to 0.15.0 by @dependabot in #35
  • Bump golang.org/x/tools from 0.15.0 to 0.16.0 by @dependabot in #36
  • Bump golang.org/x/tools from 0.16.0 to 0.16.1 by @dependabot in #37
  • Bump golang.org/x/tools from 0.16.1 to 0.17.0 by @dependabot in #39
  • Bump golang.org/x/tools from 0.17.0 to 0.18.0 by @dependabot in #40
  • Bump golang.org/x/tools from 0.18.0 to 0.19.0 by @dependabot in #41
  • Bump golang.org/x/tools from 0.19.0 to 0.20.0 by @dependabot in #42
  • Bump golang.org/x/tools from 0.20.0 to 0.21.0 by @dependabot in #43
  • chore: fix typo with analyzer by @ccoVeille in #44
  • Bump golang.org/x/tools from 0.21.0 to 0.22.0 by @dependabot in #45
  • Bump golang.org/x/tools from 0.22.0 to 0.23.0 by @dependabot in #46
  • Bump golang.org/x/tools from 0.23.0 to 0.24.0 by @dependabot in #48
  • Modified the installation method to use go install by @ma91n in #49
  • Update golang.org/x/tools, go toolchain, golangci-lint, goreleaser by @breml in #51

New Contributors

Full Changelog: v0.3.6...v0.4.0

v0.3.6

19 Sep 17:41
d670f06
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/tools from 0.12.0 to 0.13.0 by @dependabot in #32
  • Add GH action for dependency submission and pkg.go.dev update by @breml in #33

Full Changelog: v0.3.5...v0.3.6

v0.3.5

26 Aug 11:59
Compare
Choose a tag to compare

Fix goreleaser name_template

v0.3.4

26 Aug 11:50
Compare
Choose a tag to compare

Fix goreleaser

v0.3.3

26 Aug 11:45
b94114b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

26 Aug 11:07
583b427
Compare
Choose a tag to compare

What's Changed

  • Update to Go 1.19 and add dependabot config by @breml in #23
  • Bump golang.org/x/tools from 0.7.0 to 0.8.0 by @dependabot in #24
  • Bump golang.org/x/tools from 0.8.0 to 0.9.1 by @dependabot in #25
  • Bump golang.org/x/tools from 0.9.1 to 0.9.3 by @dependabot in #26
  • Bump golang.org/x/tools from 0.9.3 to 0.10.0 by @dependabot in #27
  • Bump golang.org/x/tools from 0.10.0 to 0.12.0 by @dependabot in #30

Full Changelog: v0.3.1...v0.3.2

v0.3.1

09 Mar 19:30
0962c45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

25 Mar 17:06
3d1abd3
Compare
Choose a tag to compare

What's Changed

  • README spelling fixes by @scop in #13
  • Handle case when error is passed as arg by @breml in #16
  • Omit safe for encoding/json.Encoder by @breml in #17
  • Update to Go 1.18 by @breml in #18

Full Changelog: v0.2.3...v0.3.0

v0.2.3

08 Feb 16:17
3aae218
Compare
Choose a tag to compare

What's Changed

  • Handle types that implement json.Marshaler interface by @breml in #11
  • Add version information by @breml in #12

Full Changelog: v0.2.2...v0.2.3

v0.2.2

03 Feb 08:07
a1a85f0
Compare
Choose a tag to compare

Fix handling of looping structs