- 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 Safary 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.