summaryrefslogtreecommitdiff
path: root/node_modules/forwarded/HISTORY.md
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-11-28 17:14:38 +0100
committerMinteck <contact@minteck.org>2022-11-28 17:14:38 +0100
commit18efd30a263ec0d79a26a82cbd8c90c9f81056b7 (patch)
treeaea01bf3506dda706719fc68eb37b77ed9ef3fe8 /node_modules/forwarded/HISTORY.md
downloadautoreport-mane.tar.gz
autoreport-mane.tar.bz2
autoreport-mane.zip
Open sourceHEADmane
Diffstat (limited to 'node_modules/forwarded/HISTORY.md')
-rw-r--r--node_modules/forwarded/HISTORY.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/node_modules/forwarded/HISTORY.md b/node_modules/forwarded/HISTORY.md
new file mode 100644
index 0000000..381e6aa
--- /dev/null
+++ b/node_modules/forwarded/HISTORY.md
@@ -0,0 +1,21 @@
+0.2.0 / 2021-05-31
+==================
+
+ * Use `req.socket` over deprecated `req.connection`
+
+0.1.2 / 2017-09-14
+==================
+
+ * perf: improve header parsing
+ * perf: reduce overhead when no `X-Forwarded-For` header
+
+0.1.1 / 2017-09-10
+==================
+
+ * Fix trimming leading / trailing OWS
+ * perf: hoist regular expression
+
+0.1.0 / 2014-09-21
+==================
+
+ * Initial release