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.