0.2.2 / 2020-11-28

  • Support loading libmsgpackc as well as libmsgpackc.so.2, if libmsgpack cannot be found.

0.2.1 / 2012-05-11

0.2.0 / 2011-02-18

0.1.4 / 2010-08-12

0.1.3 / 2010-07-03

0.1.2 / 2010-05-24

  • Require libmsgpack >= 0.5.0, due to changes in the msgpack_object_type enum.

0.1.1 / 2010-05-21

0.1.0 / 2010-05-21

  • Initial release.
    • Can pack and unpack nil, true, false, Integers, Floats, Strings, Arrays and Hashes.
    • Provides a buffered / callback driven packer.
    • Provides a buffered / streaming unpacker.