- 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.
- Bump dev dependencies.
- 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.
- Added dictionary support. Thanks to @dignifiedquire.
- 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.
- Added Z_SYNC_FLUSH support. Thanks to @TinoLange.
- Allow ArrayBuffer input.
- 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.
- Improved memory allocations for small chunks.
- ZStream properties rename/cleanup.
- More coverage tests.
- Bugfixes for inflate/deflate.
- First release.