Releases: vuolter/hono-compress
Releases · vuolter/hono-compress
v0.6.0
What's New
- chore: skip compression if request has header
x-no-compression
- feat: force compression
Full Changelog: v0.5.3...v0.6.0
v0.5.3
What's Changed
- chore: update readme documentation
- fix: check input encodings
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- chore: update license note
- fix: include only dist files when publishing
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's New
- package published on npmjs! https://www.npmjs.com/package/hono-compress
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's New
- first public release!
What's Changed
- chore: removed pre-builded dist files
- fix: zlib module import failsafe
- refactor: codebase cleaned up and rewritten to reduce cognitive complexity
- refactor: change default brotli compression level to 4 by @Not-Jayden in #1
New Contributors
- @Not-Jayden made their first contribution in #1
Full Changelog: v0.4.2...v0.5.0