Skip to content

Releases: nnabeyang/swift-msgpack

v0.7.0

16 Jan 00:46
0.7.0
Compare
Choose a tag to compare

What's Changed

  • Rewrite MsgPackScanner for direct memory access and optimize MsgPackDecoder.

v0.6.0

02 Nov 06:40
7843723
Compare
Choose a tag to compare

What's Changed

  • bump to Swift 6

v0.5.0

13 May 22:17
Compare
Choose a tag to compare

What's Changed

  • Refactor MsgPackScanner.scan()
  • Fix assert functions
  • Bump up SwiftFormat to 0.53.8

v0.4.0

27 Mar 13:23
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
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
Compare
Choose a tag to compare

Fixes

  • Fix float value decoding

v0.3.1

21 Dec 22:49
Compare
Choose a tag to compare

What's Changed

  • Improved performance of decoding process.

v0.3.0

21 Dec 00:47
Compare
Choose a tag to compare

Fixes

  • Fix Data type encoding for 256+ bytes size