Skip to content

Releases: albertorestifo/crystal-cbor

v1.0.0

20 Apr 08:02
Compare
Choose a tag to compare

Added

  • Support for UUID encoding/decoding

Changed

  • Now using Crystal 1.8
  • The length of objects is now pre-computed, reducing the size of the encoded object and speeding up the decoding process

Fixed

  • When parsing a SimpleValue the parser would wrongly loop.

Thanks to @KaneRoot and @wout for their valuable contributions, which made this release possible.

v0.2.0

26 Jun 07:33
Compare
Choose a tag to compare

Changed

  • Upgraded to Crystal 0.35.0