Skip to content

CBOR version 2.3.0

Compare
Choose a tag to compare
@peteroupc peteroupc released this 12 Dec 23:59
· 1456 commits to master since this release

In version 2.3:

  • The C# version of the library now also targets "dotnet", which should make it compatible with platform .NET runtime
    environments such as the upcoming cross-platform "coreclr" runtime.
  • Added GetUtf8Bytes overload to DataUtilities
  • Fixed line break bug when setting lenientLineBreaks to true in the PeterO.Cbor.DataUtilities.WriteUtf8 method
  • In BigInteger, fixed divideAndRemainder method, added certain methods and made other methods obsolete
  • Many additions to the documentation
  • Other bug fixes

Full Changelog: v2.2.0...v2.3.0