Skip to content

Releases: yomorun/y3-codec-golang

v1.7.3

27 Jul 04:34
Compare
Choose a tag to compare

support empty slice in hight level api

v1.7.2

27 Jul 02:12
Compare
Choose a tag to compare

Support pointer with struct in Y3 Marshal.

v1.7.1

26 Jul 11:04
ce71fe0
Compare
Choose a tag to compare

Add support for empty slice, empty string

v1.7.0

24 Jun 04:28
86f2173
Compare
Choose a tag to compare

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

27 Apr 09:46
Compare
Choose a tag to compare
  • increase the range of disabled keys, user-defined key to be subscribed: 0x10 ~ 0x3f
  • remove deprecated descriptions

v1.6.8

30 Mar 09:12
Compare
Choose a tag to compare

fix endPos is greater than the boundary

v1.6.7

30 Mar 08:15
Compare
Choose a tag to compare

fix slice bounds out of range

v1.6.6

26 Feb 09:25
Compare
Choose a tag to compare
  • control for forbidding user key and allowing signal key
  • rename IsRootTag

v1.6.5

25 Feb 11:06
Compare
Choose a tag to compare

expose generic parsing methods: ​DecodeLength, IsRootToken

v1.6.4

23 Feb 06:20
6b734db
Compare
Choose a tag to compare

modify the tag declaration of a structure, for example: yomo:"0x10" to y3:"0x10"