Skip to content

CBOR version 1.3.0

Compare
Choose a tag to compare
@peteroupc peteroupc released this 22 Jun 20:22
· 1456 commits to master since this release

In version 1.3:

  • Added a CompareToIgnoreTags method to CBORObject
  • The BigInteger constructor in the C# version is deprecated
  • Fixed bugs in converting from CBOR float and double to integers in some corner cases
  • Fixed a bug where CBORObject's OutermostTag returns 0 instead of the correct -1 for untagged objects
  • Fixed a bug where BigInteger's bitLength return value can be wrong in some corner cases