You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Portable.CBOR.nuspec
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,16 @@
16
16
</description>
17
17
<summary>A C# implementation of Concise Binary Object Representation (CBOR), a data serialization format. This implementation can also convert between CBOR and JSON.</summary>
18
18
<releaseNotes>
19
-
In version 1.3:
20
-
- Added a CompareToIgnoreTags method to CBORObject
21
-
- The BigInteger constructor in the C# version is deprecated
22
-
- Fixed bugs in converting from CBOR float and double to integers in some corner cases
23
-
- Fixed a bug where CBORObject's OutermostTag returns 0 instead of the correct -1 for untagged objects
24
-
- Fixed a bug where BigInteger's bitLength return value can be wrong in some corner cases
19
+
In version 2.0:
20
+
- Several very special characters are escaped in JSON output, such as line and paragraph
21
+
separators, and byte order marks.
22
+
- BigInteger's longValue method was fixed
23
+
- BigInteger was changed to have no public constructors
24
+
- ReadJSON now supports UTF-16 and UTF-32 in addition to UTF-8
25
+
- PrecisionContext's JavaBigDecimal object was corrected.
26
+
- Fixed bugs in parsing JSON numbers in some cases
27
+
- CBORObject's one-argument Add method now adds CBORObject.Null if passed null,
28
+
rather than throwing an exception.
25
29
See the project page for release notes on previous versions: https://github.com/peteroupc/CBOR
26
30
</releaseNotes>
27
31
<copyright>Written by Peter O. in 2013-2014. Any copyright is released to the Public Domain.</copyright>
0 commit comments