Release v1.8.0
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