We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8aa194 commit 7fa0213Copy full SHA for 7fa0213
2 files changed
HISTORY.md
@@ -1,3 +1,11 @@
1
+unreleased
2
+==========
3
+
4
+ * deps: http-errors@~1.3.1
5
+ - Construct errors using defined constructors from `createError`
6
+ - Fix error names that are not identifiers
7
+ - Set a meaningful `name` property on constructed errors
8
9
1.5.0 / 2014-12-30
10
==================
11
package.json
@@ -10,7 +10,7 @@
"repository": "expressjs/timeout",
"dependencies": {
12
"debug": "~2.1.1",
13
- "http-errors": "~1.2.8",
+ "http-errors": "~1.3.1",
14
"ms": "0.7.0",
15
"on-headers": "~1.0.0"
16
},
0 commit comments