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.
- Fix tests in node.js v12+, #179.
- Fix minified version, #161.
- Fix
new Buffer()
warning, #154.
- Fix raw inflate with dictionary, #155.
- Fixed RangeError in Crome 72, #150.
- Improve @std/esm compatibility.
- Maintenance. More formal
zlib
attribution and related
changes, #93. Thanks to @bastien-roucaries for the help.
- Make sure
err.message
is filled on throw.
- Code examples for utf-16 string encoding & object compression.
- Maintenance: re-release to properly display latest version in npm registry
and badges. Because
npm publish
timestamp used instead of versions.
- Fixed nasty bug in deflate (wrong
d_buf
offset), which could cause
broken data in some rare cases.
- Also released as 0.2.9 to give chance to old dependents, not updated to 1.x
version.
- Maintenance release (semver, coding style).
- Fixed regression after 0.2.4 for edge conditions in inflate wrapper (#65).
Added more tests to cover possible cases.
- Workaround for Chrome 38.0.2096.0 script parser bug, #30.
- Fixed bug in inflate wrapper, #29
- Maintenance release, dependencies update.
- Fixed iOS 5.1 Safari issue with
apply(typed_array)
, #26.
- Fixed collision on switch dynamic/fixed tables.
- Added custom gzip headers support.
- Added strings support.
- More coverage tests.
- Improved memory allocations for small chunks.
- ZStream properties rename/cleanup.
- Bugfixes for inflate/deflate.