Releases: peteroupc/CBOR
Releases · peteroupc/CBOR
CBOR version 1.1.0
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
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
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
First release as a NuGet package for C#.