All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for UUID encoding/decoding
- Now using Crystal 1.8
- The length of objects is now pre-computed, reducing the size of the encoded object and speeding up the decoing process. Thanks to Karchnu for their contribution.
- When parsing a SimpleValue the parser would wrongly loop. Tahnks to Karchnu for their contriubtion.
- Bug when passing an
IO
toto_cbor
- Upgraded to Crystal 0.35.0
- Fix encoding of CBOR tags and as a consequence, the encoding of
Time
- Initial Release