Skip to content

Releases: peteroupc/CBOR

CBOR version 1.1.0

16 Jun 03:41
Compare
Choose a tag to compare

In version 1.1 there were many additions and bug fixes in arbitrary-precision
arithmetic, including:

  • Added unchecked versions of intValue and longValue in BigInteger
  • Added more overloads for FromString in ExtendedDecimal and ExtendedFloat
  • Fixed bug where Pow doesn't compute the exact value in unlimited precision contexts
  • Much added documentation

CBOR version 1.0.0

12 Jun 22:25
Compare
Choose a tag to compare

In version 1.0, the "adjust exponent" and "is precision in bits" flags were added to the arbitrary-precision arithmetic contexts, and a new Set method that is similar to Add but can replace a key's value in a CBOR map. Some bugs were also fixed.

See the project page for release notes on previous versions: https://github.com/peteroupc/CBOR

CBOR version 0.22.0

31 May 22:00
Compare
Choose a tag to compare

This version adds CBOR support for decimal fractions and big floats with any exponent, even exponents higher than 65 bits, and implements well-formedness checking for tag 32 (URIs). Several bugs were also fixed.

CBOR version 0.21.0

29 May 23:47
Compare
Choose a tag to compare

First release as a NuGet package for C#.