Skip to content

1.0.0 Beta 5 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@tonystone tonystone released this 20 Apr 22:59
ba9ec3f

Removed

  • Simplified the interface removing the EncodedData type replacing it with straight Array<UInt8>.

Added

  • Changed return type of BinaryEncoder.encode from EncodedData to Array<UInt8>.
  • Changed parameter type of BinaryDecoder.decode from EncodedData to Array<UInt8>.
  • Moving binary conversion into decode/encode stage to improve error recovery on invalid binary input.