Skip to content

Commit c7ace2c

Browse files
bjohansebaswesleytodd
authored andcommitted
v1.8.0
1 parent 0af2a9a commit c7ace2c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

HISTORY.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
unreleased
2-
==========
1+
1.8.0 / 2025-02-10
2+
==================
3+
34
* Use `res.headersSent` when available
5+
* Replace `_implicitHeader` with `writeHead` property
46
* add brotli support for versions of node that support it
57
* Add the enforceEncoding option for requests without `Accept-Encoding` header
68

79
1.7.5 / 2024-10-31
8-
==========
10+
==================
11+
912
* deps: Replace accepts with negotiator@~0.6.4
1013
- Add preference option
1114

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "compression",
33
"description": "Node.js compression middleware",
4-
"version": "1.7.5",
4+
"version": "1.8.0",
55
"contributors": [
66
"Douglas Christopher Wilson <[email protected]>",
77
"Jonathan Ong <[email protected]> (http://jongleberry.com)"

0 commit comments

Comments
 (0)