Releases: albertorestifo/crystal-cbor
Releases · albertorestifo/crystal-cbor
v1.0.0
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
Changed
- Upgraded to Crystal 0.35.0