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.
- Add
alloc(),byte(), andbytes()methods to BinaryEncoder. - Add
byte()method to BinaryDecoder. - Add
bufferproperty to both BinaryEncoder and BinaryDecoder.
- Fix package.json and README to direct to real documentation.
- Update dependencies to get rid of vulnerabilities.
- Publish correct package this time.
- Fixed off-by-1 error with BinaryDecoder.slice()
- First release.