Skip to content

Commit 2cabcc3

Browse files
authored
Merge branch 'master' into feature/brotli
2 parents 3d30ab0 + dd8cbe5 commit 2cabcc3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ unreleased
55
- Fix sorting encoding with extra parameters
66
- deps: mime-types@~2.1.34
77
8+
9+
- Add petabyte (`pb`) support
10+
- Fix "thousandsSeparator" incorrecting formatting fractional part
11+
- Fix return value for un-parsable strings
812
* deps: compressible@~2.0.18
913
- Mark `font/ttf` as compressible
1014
- Remove compressible from `multipart/mixed`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var compression = require('compression')
3434
### compression([options])
3535

3636
Returns the compression middleware using the given `options`. The middleware
37-
will attempt to compress response bodies for all request that traverse through
37+
will attempt to compress response bodies for all requests that traverse through
3838
the middleware, based on the given `options`.
3939

4040
This middleware will never compress responses that include a `Cache-Control`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repository": "expressjs/compression",
1111
"dependencies": {
1212
"negotiator": "0.6.4",
13-
"bytes": "3.0.0",
13+
"bytes": "3.1.2",
1414
"compressible": "~2.0.18",
1515
"debug": "2.6.9",
1616
"object-assign": "4.1.1",

0 commit comments

Comments
 (0)