# v0.1.1.0

Move tests to tasty.

# v0.1.0.0

+ Using binary-parsers package which speeds up binary code, remove cereal support since binary is much faster now.
+ DecodeException now contain unconsumed buffer.

# v0.0.2.0

Add binary support, unify API, optimize cereal's putToStream/putOutputStream, add benchmark.

# v0.0.1.0

Clean up code, rewrite main parsing function, fix broken benchmark, and add more functions.
