Skip to content

Releases: kevinoid/inflate-auto

v2.1.0

02 Feb 20:55
v2.1.0
Compare
Choose a tag to compare

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)

v2.0.0

01 May 13:59
v2.0.0
Compare
Choose a tag to compare

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

24 Feb 21:15
v1.0.0
Compare
Choose a tag to compare
  • Initial public release.