Skip to content

Releases: yomorun/y3-codec-golang

v1.0.0

11 Dec 09:33
511e4ab
Compare
Choose a tag to compare
  • performance testing and optimization
  • handle sticky packet

v0.4.0

26 Nov 07:02
68cd77c
Compare
Choose a tag to compare
  • support struct codec
  • support YomoCodec
  • refactor ProtoCodec
  • support Bool Type

v0.2.1

15 Oct 10:37
99174f3
Compare
Choose a tag to compare
  • refactor for the project structure
  • refactor for YomoCodec interface
  • refactor for protoCodec interface
  • readme_cn.md for logical structure, and more examples
  • roadmap about project

v0.2.0

13 Oct 09:53
65f40ad
Compare
Choose a tag to compare

support primitive type for YoMo to codec:

  • string, []string
  • int32, []int32
  • uint32, []uint32
  • int64, []int64
  • uint64, []uint64
  • float32, []float32
  • float64, []float64
    closes #14

v0.1.0

23 Sep 10:17
8ade794
Compare
Choose a tag to compare

Support for basic types of codec:

  • int32
  • string
  • array