Skip to content

Releases: fillmore-labs/errortype

v0.0.7

14 Oct 16:05
b28148f

Choose a tag to compare

  • add “unused result” detection
  • improve overall detection
  • unify detect analyzer
  • reprioritize alias type detection

v0.0.6

03 Oct 08:45
f549c32

Choose a tag to compare

  • check for error wrapping related methods
  • support for Go 1.26 new and errrors.AsType
  • make variable heuristic optional
  • copy flags from detect to errortype
  • move suggestion logic to analyzer

v0.0.5

19 Sep 08:19
75cda30

Choose a tag to compare

  • public interface
  • support for golangci-lint
  • renamed style-check
  • added unchecked-assert

v0.0.4

10 Sep 15:17
3f9516a

Choose a tag to compare

  • integrate cmplint, with non-comparable diagnostics
  • flag errors.Is inside Is(error) methods
  • rename “debug” flag to “trace”
  • better alias handling
  • remove Bazel build

v0.0.3

18 Aug 15:59
d3451a7

Choose a tag to compare

  • add build tags
  • skip overrides when none provided
  • support for fillmore-labs.com/exp/errors

v0.0.2

15 Aug 14:08
1e2e8c1

Choose a tag to compare

  • Accept empty override files
  • Override also local variable declarations

v0.0.1

14 Aug 17:39
0332cdb

Choose a tag to compare

Initial release 🥳