Skip to content

Releases: nnabeyang/swift-msgpack

v0.4.0

27 Mar 13:23
18d0a26
Compare
Choose a tag to compare

What's Changed

  • Add str8FormatSupport option for backward compatibility with earier versions of msgpack v0.6, which doesn't have str8 type
  • Add support for decoding binary data encoded by earier versions of the encoder

v0.3.3

24 Dec 02:17
01a4324
Compare
Choose a tag to compare

What's Changed

  • Enhance performance by setting initial capacity for arrays and dictionaries

v0.3.2

23 Dec 08:16
89081e9
Compare
Choose a tag to compare

Fixes

  • Fix float value decoding

v0.3.1

21 Dec 22:49
1bea814
Compare
Choose a tag to compare

What's Changed

  • Improved performance of decoding process.

v0.3.0

21 Dec 00:47
58981a6
Compare
Choose a tag to compare

Fixes

  • Fix Data type encoding for 256+ bytes size