1.0.0 Beta 5 Release
Pre-release
Pre-release
Removed
- Simplified the interface removing the
EncodedData
type replacing it with straightArray<UInt8>
.
Added
- Changed return type of
BinaryEncoder.encode
fromEncodedData
toArray<UInt8>
. - Changed parameter type of
BinaryDecoder.decode
fromEncodedData
toArray<UInt8>
. - Moving binary conversion into decode/encode stage to improve error recovery on invalid binary input.