Releases: L-Briand/obor
Releases · L-Briand/obor
2.1.3
2.1.2
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
Added
- CborTuple annotation
- CborConfiguration with ignoreUnknownKeys
- CborObject.
Full Changelog: 2.0.2...2.1.0
2.0.2 Exceptions
Added specific Exceptions to the lib.
- CborDecoderException
- CborEncoderException
- ReaderException
- WriterException
Full Changelog: 2.0.1...2.0.2
2.0.1
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
Upgrade lib to kotlin-multiplatform
Obor version 0.2.0
Merge pull request #3 from L-Briand/feat/CborTag Version 0.2.0
Obor version 0.1.0
v0.1.0 Add publication