Skip to content

Releases: DasPoet/biden

v0.2.0

03 Mar 22:21
50ef7c3
Compare
Choose a tag to compare

Added

  • benchmarks comparing biden to benc and encoding/gob have been added
  • proper documentation has been added to the README.md

Changed

  • biden has been restructured to allow for easier consumption

v0.1.0

06 Jan 20:01
d3029b2
Compare
Choose a tag to compare

Added

  • biden now supports the following primitive types: bool, uint, uint8, uint16, uint32, uint64, int, int8, int16, int32, int64, float32, float64, string
  • biden now supports slices of the aforementioned primitive types