Releases: peteroupc/CBOR
Releases · peteroupc/CBOR
Version 3.4.0-alpha
CBOR version 3.3.0
CBOR version 3.2.0
CBOR version 3.1.0
Version 3.1
- Add options to control property name generation in CBORObject.FromObject.
- Add option to control base64 padding write-out in CBORObject.ToJSONString and CBORObject.WriteJSONTo.
- Fixed a bug where CBORObject.FromObject(object) did not behave correctly with IDictionary objects, as opposed
to CBORObject.FromObject(IDictionary).
CBOR version 3.0.3
- Fix issue "Encode options not honored for some nested objects".
CBOR version 3.0.2
Version 3.0.2
- Really strong-name sign the assembly, which (probably) was inadvertently delay-signed in version 3.0.
[](https://sourceforge.net/projects/petero-cbor/files/v3.0.2/CBOR version 3.0.2.zip/download)
CBOR version 3.0.0
Version 3.0.0
- Moved from .NET Portable to .NET Standard 1.0.
- Deprecated arbitrary-precision classes in PeterO namespace; use the classes from the "PeterO.Numbers" library and namespace instead. In particular, methods that used the former classes were deprecated and often replaced with versions that use the newer classes.
- Change JSON output behavior slightly, including preserving negative zero
- Hash code calculation was changed in this version
- Deprecated OutermostTag in favor of MostOuterTag in CBORObject
- Deprecated InnermostTag in favor of MostInnerTag in CBORObject
- Bug fixes
[](https://sourceforge.net/projects/petero-cbor/files/v3.0.0/CBOR version 3.0.0.zip/download)
CBOR version 2.5.2
In version 2.5.2:
- Unlike version 2.4.2, signed CBOR assembly with a strong name key.
- Unlike version 2.4.2, library uses strong-named version of
PeterO.Numbers
, version 0.4.0
[](https://sourceforge.net/projects/petero-cbor/files/v2.5.2/CBOR version 2.5.2.zip/download)
CBOR version 2.5.1
This release was erroneous.
CBOR version 2.5
This release was erroneous.