Release v0.23.3
What's Changed
- docs: rework, reorg and improve readme by @alovak in #345
- fix(deps): update module golang.org/x/text to v0.22.0 by @renovate in #347
- fix: DecodeLength() for long values in variable length HEX field by @svz-ya in #348
- chore(deps): update golang docker tag to v1.24 by @renovate in #349
- docs: add guide for composite fields by @alovak in #352
- fix(deps): update module golang.org/x/text to v0.23.0 by @renovate in #353
- docs: Explain that subfields can get reordered when packing by @Inuart in #354
- fix a tiny bug by @Viminice in #358
- fix: unmarshaling to []byte for Binary and String fields by @alovak in #364
- fix: resolve G115 integer overflow and exhaustive warnings by @alovak in #365
- feat: add support for anonymous embedded structs in Marshal/Unmarshal by @lsadehaan in #361
New Contributors
- @svz-ya made their first contribution in #348
- @Viminice made their first contribution in #358
- @lsadehaan made their first contribution in #361
Full Changelog: v0.23.2...v0.23.3