Skip to content

Releases: L-Briand/obor

2.1.3

24 Oct 14:19
41ce14f
Compare
Choose a tag to compare

What's Changed

  • License is now CC0.
  • CborObject now correctly display major byte string.
  • Default CborWriter.ByWriter has been fixed to correctly write unsigned integers between 0x1F and 0xFF.

Full Changelog: 2.1.2...2.1.3

2.1.2

09 Sep 12:36
9b2962e
Compare
Choose a tag to compare

Lib can now be executed with Java 17 and above instead of 21 and above.

Full Changelog: 2.1.0...2.1.2

2.1.0 CborObject & CborTuple

05 Sep 15:38
d5e54a0
Compare
Choose a tag to compare

Added

  • CborTuple annotation
  • CborConfiguration with ignoreUnknownKeys
  • CborObject.

Full Changelog: 2.0.2...2.1.0

2.0.2 Exceptions

28 Aug 13:05
Compare
Choose a tag to compare

Added specific Exceptions to the lib.

  • CborDecoderException
  • CborEncoderException
  • ReaderException
  • WriterException

Full Changelog: 2.0.1...2.0.2

2.0.1

26 Aug 09:13
Compare
Choose a tag to compare

What's Changed

  • Optimize the code to be as efficient as kotlinx-serialization
  • Benchmark against cbor's in kotlinx-serialization

Full Changelog: 2.0.0...2.0.1

2.0.0 Upgrade to kotlin-multiplatform

14 Aug 10:10
Compare
Choose a tag to compare

Upgrade lib to kotlin-multiplatform

Obor version 0.2.0

26 Sep 13:57
e478d50
Compare
Choose a tag to compare
Merge pull request #3 from L-Briand/feat/CborTag

Version 0.2.0

Obor version 0.1.0

11 Sep 23:49
Compare
Choose a tag to compare
v0.1.0

Add publication