Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Feb 25, 2017
1 parent 6022567 commit 1b43166
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ unreleased
* deps: [email protected]
- Fix array parsing from skipping empty values
- Fix compacting nested arrays
* deps: [email protected]
- Fix false detection of `no-cache` request directive
- Fix incorrect result when `If-None-Match` has both `*` and ETags
- Fix weak `ETag` matching to match spec
- Remove usage of `res._headers` private field
- Support `If-Match` and `If-Unmodified-Since` headers
- Use `res.getHeaderNames()` when available
- Use `res.headersSent` when available
- deps: [email protected]
- deps: etag@~1.8.0
- deps: [email protected]
- deps: http-errors@~1.6.1
* perf: improve `req.ips` performance

4.14.1 / 2017-01-28
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"proxy-addr": "~1.1.3",
"qs": "6.3.1",
"range-parser": "~1.2.0",
"send": "0.14.2",
"send": "0.15.0",
"serve-static": "~1.11.2",
"setprototypeof": "1.0.3",
"statuses": "~1.3.1",
Expand Down

0 comments on commit 1b43166

Please sign in to comment.