Skip to content

Commit 13240a4

Browse files
committed
1 parent de2a448 commit 13240a4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
unreleased
22
==========
33

4+
5+
- Drop partial bytes on all parsed units
6+
- Fix parsing byte string that looks like hex
7+
- perf: hoist regular expressions
48
* deps: accepts@~1.3.2
59
- deps: mime-types@~2.1.10
610

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
"accepts": "~1.3.2",
13-
"bytes": "2.2.0",
13+
"bytes": "2.3.0",
1414
"compressible": "~2.0.7",
1515
"debug": "~2.2.0",
1616
"on-headers": "~1.0.1",

0 commit comments

Comments
 (0)