Skip to content

Commit 86058dc

Browse files
chore(release): 1.0.0-beta.1 [skip ci]
# 1.0.0-beta.1 (2023-03-19) ### Bug Fixes * **middleware:** add checking duplicated vary field value ([ed76914](ed76914)) ### Features * add factory for compression middleware ([551fb4d](551fb4d)) * **encoders:** add preset encoders ([faf1c51](faf1c51)) * **middleware:** accept encoder like object ([94aa46a](94aa46a)) * **transform:** add checking cache-control header ([0c99ac0](0c99ac0)) * **transform:** add re-calculataion of content-length header ([61886b9](61886b9)) * **types:** export types for encoding ([0673679](0673679))
1 parent f6eb3a7 commit 86058dc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# 1.0.0-beta.1 (2023-03-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **middleware:** add checking duplicated vary field value ([ed76914](https://github.com/httpland/compression-middleware/commit/ed76914b2bb459e49edfbf0b9096b2740e4c8e7a))
7+
8+
9+
### Features
10+
11+
* add factory for compression middleware ([551fb4d](https://github.com/httpland/compression-middleware/commit/551fb4d3d5979b6c1c89efff7b5e7da5a3f60523))
12+
* **encoders:** add preset encoders ([faf1c51](https://github.com/httpland/compression-middleware/commit/faf1c51549c75ac16b1658693f7a7d68c300e74f))
13+
* **middleware:** accept encoder like object ([94aa46a](https://github.com/httpland/compression-middleware/commit/94aa46a9f74cc69534ed802616125f5e2486376e))
14+
* **transform:** add checking cache-control header ([0c99ac0](https://github.com/httpland/compression-middleware/commit/0c99ac0cd7175f5b0fc086c597a431730bc05a59))
15+
* **transform:** add re-calculataion of content-length header ([61886b9](https://github.com/httpland/compression-middleware/commit/61886b9b1386f3c33c388873852bd291ab0653a2))
16+
* **types:** export types for encoding ([0673679](https://github.com/httpland/compression-middleware/commit/06736794ea43160071b309d46c71f72fe384830a))

0 commit comments

Comments
 (0)