Sha256: 8a3a3c9155d7ab77c6edce37d9578534a20f151232073a46c09d2268b2a29cc1

Contents?: true

Size: 772 Bytes

Versions: 1

Compression:

Stored size: 772 Bytes

Contents

### 0.1.4 / 2010-08-12

* Added {FFI::MsgPack.version}.

### 0.1.3 / 2010-07-03

* Added specs for {FFI::MsgPack::Packable}.
* {FFI::MsgPack.pack} now accepts multiple arguments.
* Fixed a typo in {FFI::MsgPack::Packable#to_msgpack} (thanks bb).
* Fixed the packing of {Hash} objects.
  * Fixed the struct layout of {FFI::MsgPack::MsgKeyValue}.

### 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

* Fixed {FFI::MsgPack::MsgObject#initialize} on JRuby.

### 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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ffi-msgpack-0.1.4 ChangeLog.md