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