Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 902 Bytes

CHANGELOG.md

File metadata and controls

47 lines (25 loc) · 902 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.

[Unreleased]

Fixed

  • Exclude test files from build output
  • Don't mutate original buffer while decoding

[0.0.4] - 2021-08-07

Changed

  • Added typed on() overload for the book event for AcbStreamDecoder

Fixed

  • Made AcbStreamDecoder constructor options optional like it is in Transform

[0.0.3] - 2021-08-07

Added

  • Added TypeScript definitions

Added

  • Added CHANGELOG.md

[0.0.2] - 2021-08-06

Fixed

  • Use Rollup to create CJS and ESM bundles so that the package can be actually imported.

[0.0.1] - 2021-07-16

Deprecated. Can't be actually imported.

Added

  • Initial working implementation