Skip to content

Releases: vuolter/hono-compress

v0.7.0

08 Dec 14:02
Compare
Choose a tag to compare

What's New

  • chore: add compression level types
  • feat: handle brotli quality, window and memory options in zlib compressor

What's Changed

  • chore: updated package dependencies
  • refactor: renamed option zlibLevel as gzipLevel

Full Changelog: v0.6.1...v0.7.0

v0.6.1

04 Dec 23:21
Compare
Choose a tag to compare

What's Changed

  • chore: updated package dependencies

Full Changelog: v0.6.0...v0.6.1

v0.6.0

18 Nov 14:35
Compare
Choose a tag to compare

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

17 Nov 16:00
Compare
Choose a tag to compare

What's Changed

  • chore: updated readme documentation
  • fix: check input encodings

Full Changelog: v0.5.2...v0.5.3

v0.5.2

17 Nov 12:38
Compare
Choose a tag to compare

What's Changed

  • chore: updated license note
  • fix: include only dist files when publishing

Full Changelog: v0.5.1...v0.5.2

v0.5.1

17 Nov 10:58
Compare
Choose a tag to compare

What's New

Full Changelog: v0.5.0...v0.5.1

v0.5.0

17 Nov 00:02
Compare
Choose a tag to compare

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

Full Changelog: v0.4.2...v0.5.0