Releases: MrSmith33/cbor-d
Releases · MrSmith33/cbor-d
v0.5.5
Added @ignore attribute.
Update README.md
Added @ignore attribute.
Marked variables will not be (de)serialized.
Fixed 2.072 deprecations.
v0.5.3
v0.5.2
Max test coverage
v0.5.1 Fix warnings. Add tests for every static branch. Fix map printing. Ma…
New API
- Removed CborValue
- Added CborToken
- Separate API for encoding/decoding and serialization/deserialization
- Indefinite-length items.
- User can do encoding/decoding manually for max flexibility and performance
- D types like static arrays, tuples, structs can be encoded with Flatten flag to reduce space. Serializer will not encode headers for them, as their length is already known at compile-time.
- Utility for printing cbor streams. Useful fo debug purposes.
- Added tags support.
- Added simple values support.
v0.4.1
Encoding of all chars strings and all types with all qualifiers
v0.4.0 Implement serialization of any chars and string types with any qualif…