Skip to content

Releases: fumoboy007/msgpack-swift

2.0.6

23 Jun 09:05
Compare
Choose a tag to compare

Full Changelog: 2.0.5...2.0.6

2.0.5

23 Jun 01:27
Compare
Choose a tag to compare

Full Changelog: 2.0.4...2.0.5

2.0.4

19 Jun 07:17
Compare
Choose a tag to compare

Full Changelog: 2.0.3...2.0.4

2.0.3

19 Jun 01:04
Compare
Choose a tag to compare

Full Changelog: 2.0.2...2.0.3

2.0.2

08 Jun 06:31
Compare
Choose a tag to compare

Full Changelog: 2.0.1...2.0.2

2.0.1

22 Dec 21:49
Compare
Choose a tag to compare
Improve interoperability with applications written in languages like …

2.0.0

24 Oct 23:07
Compare
Choose a tag to compare
Update minimum Swift version to 5.9 and add visionOS to the list of s…

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.