Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ware into beta
  • Loading branch information
TomokiMiyauci committed Mar 19, 2023
2 parents 7d785b8 + 86058dc commit 2901e90
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,16 @@
# 1.0.0-beta.1 (2023-03-19)


### Bug Fixes

* **middleware:** add checking duplicated vary field value ([ed76914](https://github.com/httpland/compression-middleware/commit/ed76914b2bb459e49edfbf0b9096b2740e4c8e7a))


### Features

* add factory for compression middleware ([551fb4d](https://github.com/httpland/compression-middleware/commit/551fb4d3d5979b6c1c89efff7b5e7da5a3f60523))
* **encoders:** add preset encoders ([faf1c51](https://github.com/httpland/compression-middleware/commit/faf1c51549c75ac16b1658693f7a7d68c300e74f))
* **middleware:** accept encoder like object ([94aa46a](https://github.com/httpland/compression-middleware/commit/94aa46a9f74cc69534ed802616125f5e2486376e))
* **transform:** add checking cache-control header ([0c99ac0](https://github.com/httpland/compression-middleware/commit/0c99ac0cd7175f5b0fc086c597a431730bc05a59))
* **transform:** add re-calculataion of content-length header ([61886b9](https://github.com/httpland/compression-middleware/commit/61886b9b1386f3c33c388873852bd291ab0653a2))
* **types:** export types for encoding ([0673679](https://github.com/httpland/compression-middleware/commit/06736794ea43160071b309d46c71f72fe384830a))

0 comments on commit 2901e90

Please sign in to comment.