msgpack-crystal v0.13.1 Release Notes

Release Date: 2018-12-21 // over 5 years ago
    • (breaking change) Rewrite Unpacker logic, changed Token, Lexer and Unpacker
    • (breaking change) Remove unpacker methods: from_msgpack64, to_msgpack64
    • (breaking change) Remove Eof token (raises EofError instead)
    • (breaking change) Rename unpacker method read_value_tokens to read_node
    • (breaking change) Rename TokensUnpacker to NodeUnpacker
    • (breaking change) Rename UnpackException to UnpackError
    • (breaking change) MessagePack::Type have only one type Int64 for ints, and Float64 for floats
    • ➕ Add more exception types for every case