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