Releases: nnabeyang/swift-cbor
Releases · nnabeyang/swift-cbor
v0.0.4
Fixes
- Fix CborValueLiteralType.debugDataTypeDescription
- Changed the handling of null values to throw a DecodingError instead of force unwrapping
v0.0.3
Fixes
- Add support for decoding BinaryString-encoded data to String
- Modified CborScanner's scan method to eliminate error throwing