Skip to content

Releases: fumoboy007/msgpack-swift

2.0.1: Improve interoperability with applications written in languages like …

22 Dec 21:49
Compare
Choose a tag to compare

2.0.0: Update minimum Swift version to 5.9 and add visionOS to the list of s…

24 Oct 23:07
Compare
Choose a tag to compare

1.0.1

23 Sep 21:35
Compare
Choose a tag to compare
Update `MessagePackReferenceImplementation` to version 1.0.1.

1.0.0: Initial release.

18 Sep 06:11
Compare
Choose a tag to compare
- `MessagePackEncoder` to serialize a `Codable` value to MessagePack bytes.
- `MessagePackDecoder` to deserialize a `Codable` value from MessagePack bytes.
- `MessagePackTimestamp` to represent MessagePack timestamp values.
- `CodableAsMessagePackExtension` to implement application-specific MessagePack extension types.