v1.2.0
What's Changed
- omitzero implementation by @bradleypeabody in #334
replace
directive by @infastin in #346- Support custom struct tags by @very-amused in #347
- Add map[string]struct{} support by @klauspost in #339
- Add
any
support by @VirrageS in #350 - support for
any
maps in msgp.AppendIntf like in (*Writer).WriteIntf by @eliottness in #340 - allownil: Allocate 0 length slices by @klauspost in #336
- Fix ignored tag directives on unnamed fields by @klauspost in #352
- Added
time.Duration
case to AppendIntf by @RiaanLaubscher in #353 - Bounds checks elimination by @mhr3 in #348
- test AppendIntf against ReadIntfBytes by @eliottness in #341
- Support illumos. by @jperkin in #343
New Contributors
- @eliottness made their first contribution in #340
- @jperkin made their first contribution in #343
- @very-amused made their first contribution in #347
- @RiaanLaubscher made their first contribution in #353
- @infastin made their first contribution in #346
Full Changelog: v1.1.9...v1.2.0