Skip to content

Commit 4729685

Browse files
committed
1 parent 14b8492 commit 4729685

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

History.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
- Remove base64 padding in ETags to shorten
3535
- Support "fake" stats objects in environments without fs
3636
- Use MD5 instead of MD4 in weak ETags over 1KB
37+
38+
- Add weak `ETag` matching support
3739
3840
- Work in global strict mode
3941

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"depd": "~1.0.1",
3838
"escape-html": "1.0.2",
3939
"etag": "~1.7.0",
40-
"fresh": "0.2.4",
40+
"fresh": "0.3.0",
4141
"merge-descriptors": "1.0.0",
4242
"methods": "~1.1.1",
4343
"mkdirp": "0.5.1",

0 commit comments

Comments
 (0)