Releases: peteroupc/CBOR
Releases · peteroupc/CBOR
Version 4.5.2
Version 4.5.1
Full Changelog: v4.5...v4.5.1
Version 4.5
Full Changelog: v4.4.2...v4.5
Version 4.4.4
Full Changelog: v4.4.2...v4.4.4
Version 4.4.2
Full Changelog: v4.4.1...v4.4.2
Version 4.4.1
Full Changelog: v4.4.0...v4.4.1
Version 4.4.0
Version 4.3.0
Version 4.2.0
Version 4.2:
- Some arithmetic methods in CBORNumber do basic overflow checks.
- Add char array and byte array overloads to ParseJSONNumber
- Support implementations of IList in CBORObject deserialization
- Internally, the code avoids storing doubles (64-bit floating-point numbers) directly in CBORNumbers, uses sorted maps rather than hash tables in some CBOR objects, and can now store text strings as UTF-8 byte arrays. This could help avoid unnecessary string conversions in many case.
- Bug fixes and performance improvements
- Now uses Numbers library version 1.7.3