All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial buffered bit
Reader
implementation. - Add
Reset
method toWriter
to complementReader.Reset
.
Writer.Write
now returnsErrInvalidCount
when the provided count is invalid (details in documentation). This matches the newly createdReader
implementation.
- Initial buffered bit
Writer
implementation.