Skip to content

Releases: Foxcapades/gojasc

Version 1.1.0

05 Dec 20:38
Compare
Choose a tag to compare

Features

  • Now supports (de)serialization of byte slices

Fixes

  • Fix incorrect written byte count return from append functions.

v1.0.0

05 Dec 16:27
Compare
Choose a tag to compare

Includes support for the following go primitive types:

  • bool
  • complex64, complex128
  • float32, float64
  • int, int8, int16, int32, int64
  • string
  • uint, uint8, uint16, uint32, uint64