Skip to content

Releases: clwi/CWPack

New Swift interface

12 Mar 15:49
Compare
Choose a tag to compare

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.c2 new functions has been added

  • cw_unpack_next_nil
  • cw_unpack_next_bin_lengh

1.3.1

10 Mar 23:51
Compare
Choose a tag to compare

Bugfix

Release 1.3

10 Mar 21:26
Compare
Choose a tag to compare

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

23 May 21:29
Compare
Choose a tag to compare

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.

v1.1

29 Jan 10:06
Compare
Choose a tag to compare
Release 1.1