Releases: go-simpler/musttag
Releases · go-simpler/musttag
v0.13.1
- 7d096c2 fix(yaml): add encoding.Text(Un)marshaler to the interface whitelist (#119)
v0.13.0
- 829fc0c feat: do not report types implementing
sql.Scanner
(#104)
v0.12.2
- 5b5f6e3 fix: check whether a pointer-type implements a Marshaler interface (#94)
v0.10.0
- f16d6ea feat: check whether nested types implement a Marshaler interface (#84) by @octo
v0.8.0
- fe32309 fix: report the argument position
- 1105e1a fix: do not report types implementing
(Un)Marshaler
(#67)