Releases: peteroupc/CBOR-Java
Releases · peteroupc/CBOR-Java
Version 4.1.3
v4.1.3 update Java version
Version 4.0.0
v4.0.0 version 4.0.0
CBOR version 3.0.3
v3.0.3 update Java version
CBOR version 3.0.0
v3.0.0 Version 3.0.0
CBOR version 2.4.1
v2.4.1 Add API docs for version 2.4.1
CBOR version 2.4.0
v2.4.0 update Java version
CBOR version 2.3.0
v2.3.0 version 2.3.0
CBOR version 2.2.0
In version 2.2:
- Portable Class Library compatibility expanded
- Add option to always use definite length string encoding when generating CBOR objects
CBOR version 2.1.0
In version 2.1:
- Added Ulp, Precision, MovePointLeft, MovePointRight, and ScaleToPowerOfTwo/-Ten methods to
ExtendedDecimal and ExtendedFloat - Fixed double-rounding issue with ToDouble and ToFloat methods
of ExtendedDecimal - Added Odd and OddOrZeroFiveUp rounding modes
- Added non-decimal base conversion features to BigInteger
- Other bug fixes
CBOR version 2.0.0
In version 2.0:
- Several very special characters are escaped in JSON output, such as line and paragraph
separators, and byte order marks. - BigInteger's longValue method was fixed
- BigInteger was changed to have no public constructors
- ReadJSON now supports UTF-16 and UTF-32 in addition to UTF-8
- PrecisionContext's JavaBigDecimal object was corrected.
- Fixed bugs in parsing JSON numbers in some cases
- CBORObject's one-argument Add method now adds CBORObject.Null if passed null,
rather than throwing an exception.