Skip to content

Releases: peteroupc/CBOR

Version 4.5.2

18 Jan 23:35
Compare
Choose a tag to compare
v4.5.2

Version 4.5.2

Version 4.5.1

17 Jan 15:48
Compare
Choose a tag to compare

Full Changelog: v4.5...v4.5.1

Version 4.5

09 Dec 09:41
Compare
Choose a tag to compare

Full Changelog: v4.4.2...v4.5

Version 4.4.4

01 Jul 00:51
Compare
Choose a tag to compare

Full Changelog: v4.4.2...v4.4.4

Version 4.4.2

13 May 08:19
Compare
Choose a tag to compare

Full Changelog: v4.4.1...v4.4.2

Version 4.4.1

27 Apr 09:04
Compare
Choose a tag to compare

Full Changelog: v4.4.0...v4.4.1

Version 4.4.0

19 Apr 15:53
Compare
Choose a tag to compare

Version 4.3.0

08 Dec 03:52
Compare
Choose a tag to compare

Version 4.2.0

18 Jul 05:01
Compare
Choose a tag to compare

Version 4.2:

  • Some arithmetic methods in CBORNumber do basic overflow checks.
  • Add char array and byte array overloads to ParseJSONNumber
  • Support implementations of IList in CBORObject deserialization
  • Internally, the code avoids storing doubles (64-bit floating-point numbers) directly in CBORNumbers, uses sorted maps rather than hash tables in some CBOR objects, and can now store text strings as UTF-8 byte arrays. This could help avoid unnecessary string conversions in many case.
  • Bug fixes and performance improvements
  • Now uses Numbers library version 1.7.3

Download CBOR Library in C#

Version 4.1.3

27 May 02:33
Compare
Choose a tag to compare