Skip to content

Releases: peteroupc/CBOR-Java

Version 4.1.3

27 May 02:33
Compare
Choose a tag to compare
v4.1.3

update Java version

Version 4.0.0

03 Sep 19:36
Compare
Choose a tag to compare
v4.0.0

version 4.0.0

CBOR version 3.0.3

30 Oct 03:16
Compare
Choose a tag to compare
v3.0.3

update Java version

CBOR version 3.0.0

12 Aug 22:40
Compare
Choose a tag to compare
v3.0.0

Version 3.0.0

CBOR version 2.4.1

15 Feb 21:38
Compare
Choose a tag to compare
v2.4.1

Add API docs for version 2.4.1

CBOR version 2.4.0

11 Feb 18:30
Compare
Choose a tag to compare
v2.4.0

update Java version

CBOR version 2.3.0

13 Dec 00:00
Compare
Choose a tag to compare
v2.3.0

version 2.3.0

CBOR version 2.2.0

22 Apr 11:55
Compare
Choose a tag to compare

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

21 Nov 01:04
Compare
Choose a tag to compare

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

01 Oct 12:03
Compare
Choose a tag to compare

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.