Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 823 Bytes

File metadata and controls

29 lines (22 loc) · 823 Bytes

Changelog

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.

[0.1.4] - 2022/06/07

Added

  • Add alloc(), byte(), and bytes() methods to BinaryEncoder.
  • Add byte() method to BinaryDecoder.
  • Add buffer property to both BinaryEncoder and BinaryDecoder.

[0.1.3] - 2022/04/27

Fixed

  • Fix package.json and README to direct to real documentation.
  • Update dependencies to get rid of vulnerabilities.

[0.1.2] - 2022/01/21

Changed

  • Publish correct package this time.

[0.1.1] - 2022/01/21

Changed

  • Fixed off-by-1 error with BinaryDecoder.slice()

[0.1.0] - 2022/01/18

Added

  • First release.