Skip to content

Release v1.8.0

Compare
Choose a tag to compare
@jszwec jszwec released this 26 Feb 01:53
· 5 commits to master since this release
0805d99

Highlights

  • Implement the new way of registering custom types using generics greatly improving performance and type safety (credit goes to encoding/json proposal golang/go#5901 for API design)
  • Deprecate Encoder.Register in favor of Encoder.WithMarshalers
  • Deprecate Decoder.Register in favor of Decoder.WithUnmarshalers
  • Go1.18 is now the minimum supported version