Skip to content

Releases: Gusb3ll/elysia-compression

0.0.7

26 Nov 04:33
Compare
Choose a tag to compare

What's Changed

  • feat: handle streaming responses by @skriems in #7

New Contributors

Full Changelog: 0.0.6...0.0.7

0.0.6 - 雷電芽衣 (Raiden Mei)

01 Oct 15:22
Compare
Choose a tag to compare

What's Changed

  • Add content type support for each mime type
  • Check whether the content is compressible

New Contributors

Full Changelog: 0.0.5...0.0.6

0.0.5

29 Sep 22:50
Compare
Choose a tag to compare

What's Changed

  • Use prettier for formatting
  • change from if else to switch case for compression type
  • setup brotli support
  • add support for body encoding

Full Changelog: 0.0.4...0.0.5

0.0.4

28 Sep 21:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Note

Right now I'm implementing brotli compression but bun still missing the required function, so I will release it on the next version
you can track the progress here >> oven-sh/bun#6152

Full Changelog: 0.0.3...0.0.4

0.0.3

09 Jul 09:12
Compare
Choose a tag to compare

fix: zlib options have no effect on response content length

Full Changelog: 0.0.2...0.0.3

0.0.2

09 Jul 07:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.1...0.0.2

0.0.1

07 Jul 23:20
Compare
Choose a tag to compare
  • init package
  • add deflate and gzip support for compression