Skip to content

Releases: MrSmith33/cbor-d

Static arrays fixes

03 Feb 19:45
Compare
Choose a tag to compare
v0.3.1

Fix static array encoding/decoding.

Improvements for debugging.

19 Dec 18:09
Compare
Choose a tag to compare
  • Added Cbor_debug version flag that enables checks for putting data into sink. When enabled you will get a message that your sink size is smaller than data size like: Provided sink length is to small. Sink.$ 16380 < Data.$ 32768.
  • Improved error message when the number of deserialized members doesn't match in form: The number of deserialized members of MyStruct is mismatched. Got 3, while expected 2 members.
  • Made template numEncodableMembers public. Now you can check how many members will be actually encoded.

v0.2.0

13 Oct 11:20
Compare
Choose a tag to compare

Added missing features.

First usable version

18 Sep 19:42
Compare
Choose a tag to compare
v0.1.0

Update README.md