Skip to content

2.0.0

Compare
Choose a tag to compare
@brustolin brustolin released this 25 Dec 09:37
· 6 commits to main since this release

Changelog

2.0.0

  • Added the BinaryStream class, which combines the functionality of BinaryWriter and BinaryReader.
  • Introduced the Streamable protocol, which combines the functionality of Readable and Writable.
  • Added the Seekable protocol, providing shared functionality for seeking within Readable and Writable sources.
  • Introduced the FileStream class, combining the functionality of FileReader and FileWriter.
  • Replaced MemoryReader and MemoryWriter with the new MemoryStream, which implements the Streamable protocol.
  • Replaced ReadableError and WritableError with a more unified BinaryError.