Releases: nnabeyang/swift-msgpack
Releases · nnabeyang/swift-msgpack
v0.7.0
What's Changed
- Rewrite MsgPackScanner for direct memory access and optimize MsgPackDecoder.
v0.5.0
What's Changed
- Refactor MsgPackScanner.scan()
- Fix assert functions
- Bump up SwiftFormat to 0.53.8
v0.4.0
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
What's Changed
- Enhance performance by setting initial capacity for arrays and dictionaries
v0.3.1
What's Changed
- Improved performance of decoding process.
v0.3.0
Fixes
- Fix Data type encoding for 256+ bytes size