Skip to content

Releases: esensar/kotlinx-serialization-msgpack

0.5.5 - Ordinal enums, macos arm64 target

29 Apr 13:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.4...0.5.5

0.5.4 - ignored keys regression fix

13 Feb 22:08
Compare
Choose a tag to compare

What's Changed

  • Prevent overflow with ignoreUnknownKeys by @esensar in #88
    • Previous release 0.5.3 introduced a fix for ignoreUnknownKeys with nested structures, but made that key work in some situations even when it was off. It also did not cover all the cases for this fix. This release should cover remaining cases.
  • Updated kotlin version to 1.8.10

Full Changelog: 0.5.3...0.5.4

0.5.3 - strict types and ignored keys fixes

23 Oct 07:29
Compare
Choose a tag to compare

What's Changed

  • feat: isStrict set as false attempts to parse all number types by @rubixhacker in #84
  • fix: handle decoding nested class with missing keys and ignoreUnkownKeys by @rubixhacker in #85

New Contributors

Full Changelog: 0.5.2...0.5.3

0.5.2 - iOS Simulator ARM64 target

10 Sep 11:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.1...0.5.2

0.5.1 - Metadata fix

21 Apr 14:30
Compare
Choose a tag to compare

Fixed metadata, enabling all targets to be properly fetched

0.5.0 - Improved errors

22 Dec 15:41
86a7914
Compare
Choose a tag to compare
  • Added more descriptive errors on serialization failure (#21)

0.4.4 - Support ignoring unknown keys

20 Dec 15:02
5d704d6
Compare
Choose a tag to compare
  • Added support for ignoreUnknownKeys option (#69)

0.4.3 - Windows and enum support

17 Dec 23:15
a64d394
Compare
Choose a tag to compare
  • Added windows target via cross-compilation (#60)
  • Added support for enum serialization (#63)

0.4.2 - Complex structure deserialization fix

26 Oct 09:01
Compare
Choose a tag to compare

Fixed deserialization for complex nested structures (#57)

0.4.1 - Specific targets artifact fix

24 Oct 21:44
Compare
Choose a tag to compare

Fixed artifacts for specific targets (jvm, etc.) - #55