Releases: yomorun/y3-codec-golang
Releases · yomorun/y3-codec-golang
v1.7.3
v1.7.2
Support pointer with struct
in Y3 Marshal
.
v1.7.1
Add support for empty slice, empty string
v1.7.0
add high level api support to []byte
Examples:
- examples/high_level/bytes
- examples/high_level/struct_bytes
- examples/high_level/struct_bytes_slice
v1.6.9
- increase the range of disabled keys, user-defined key to be subscribed: 0x10 ~ 0x3f
- remove deprecated descriptions
v1.6.8
fix endPos is greater than the boundary
v1.6.7
fix slice bounds out of range
v1.6.6
- control for forbidding user key and allowing signal key
- rename IsRootTag
v1.6.5
expose generic parsing methods: DecodeLength, IsRootToken
v1.6.4
modify the tag declaration of a structure, for example: yomo:"0x10"
to y3:"0x10"