File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ unreleased
55 - Fix sorting encoding with extra parameters
66 - deps: mime-types@~ 2.1.34
778+ 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 `
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ var compression = require('compression')
3434### compression([ options] )
3535
3636Returns 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
3838the middleware, based on the given ` options ` .
3939
4040This middleware will never compress responses that include a ` Cache-Control `
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments