Skip to content

Commit 7009037

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (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)) * **middleware:** change interface to accept iterable encoder ([008780f](008780f)) * **mod:** export types for middleware ([7d785b8](7d785b8)) * **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 62b4686 commit 7009037

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 1.0.0 (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+
* **middleware:** change interface to accept iterable encoder ([008780f](https://github.com/httpland/compression-middleware/commit/008780fda4c82673721800007ea39fbf5015eaf9))
15+
* **mod:** export types for middleware ([7d785b8](https://github.com/httpland/compression-middleware/commit/7d785b881aa025ec13d9a2282cc2765e97770038))
16+
* **transform:** add checking cache-control header ([0c99ac0](https://github.com/httpland/compression-middleware/commit/0c99ac0cd7175f5b0fc086c597a431730bc05a59))
17+
* **transform:** add re-calculataion of content-length header ([61886b9](https://github.com/httpland/compression-middleware/commit/61886b9b1386f3c33c388873852bd291ab0653a2))
18+
* **types:** export types for encoding ([0673679](https://github.com/httpland/compression-middleware/commit/06736794ea43160071b309d46c71f72fe384830a))
19+
120
# [1.0.0-beta.2](https://github.com/httpland/compression-middleware/compare/1.0.0-beta.1...1.0.0-beta.2) (2023-03-19)
221

322

0 commit comments

Comments
 (0)