Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

53 lines (34 loc) · 2.27 KB

2.1.0 (2021-02-02)

Bug Fixes

  • Add #close() to _handle dummy object to prevent errors on Node.js v15 (1b2d26c)
  • Fix ERR_BUFFER_TOO_LARGE creation on Node.js v14.6 and later (be03b73)

Features

  • Emit 'end' early if detected format ends early (b460af3)

2.0.0 (2020-05-01)

BREAKING CHANGES

  • Require Node.js 10.13 or later.

Bug Fixes

  • Avoid unhandled 'error' in synchronous _processChunk (6541fa4)
  • Call #destroy() when autoDestroy is enabled (5752c52) (2dc04f8)
  • Only emit 'error' once for _detectFormat failures (03a220f)

Features

  • _processChunk support TypedArray/ArrayBuffer (f663330)
  • Inherit from ZlibBase where possible (808c06e)
  • Support options.info for .inflateAuto and .inflateAutoSync (399a57e)
  • Throw ERR_INVALID_ARG_TYPE for invalid arguments (a24c602)
  • Better zlib event compatibility.
  • Dependency updates.

v1.0.0 (2017-02-24)

  • Initial public release.

* This Change Log was automatically generated by github_changelog_generator