Releases: clwi/CWPack
New Swift interface
A new Swift interface is included in this release. More info can be found in swift README.
A new function in the c api is cw_look_ahead
. With cw_look_ahead
you can check the type of the next item without consuming any input.
In cwpck_utils.c
2 new functions has been added
cw_unpack_next_nil
cw_unpack_next_bin_lengh
1.3.1
Release 1.3
Release 1.3 contains mostly a complete rewritten Objective-C interface. It is now possible to store complex object structures in the MessagePack stream. For more info see the documents README.md and Technique.md.
Release 1.2
v1.2
/src
The include file CWPack_defines.h
has been splitted in two: CWPack_config.h
and CWPack_internals.h
.
A flush handler has been added to cw_pack_context
.
Timestamps are now recognized.
/goodies/basic-contexts
Routine file_unpack_context_rescan_from_barrier
has been added.
/goodies/dump
New folder containing prettyprint of msgpack file.
/goodies/objC
New folder containing an Objective-C wrapper.
/goodies/numeric-extensions
Access routines rewritten to conform to Expect API.
/goodies/utils
New folder containing some conveniance calls and an Expect API.