v0.2.3
Bug Fixes and Improvements
This release focues on correctness, strictness and fixes some invalid types when it came to consuming gzip compression streams.
- fix(unpack): validate missing header checksums by @ayuhito in #21
- refactor: update outdated typedocs and organize files by @ayuhito in #22
- fix(pack): make content type stricter by @ayuhito in #23
- perf(web): use proper stream buffer conversion over response hack by @ayuhito in #24
- fix(compress): update types to use readable writeable pair by @ayuhito in #25
Full Changelog: v0.2.2...v0.2.3