aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/vhost/HISTORY.md
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/vhost/HISTORY.md')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/vhost/HISTORY.md31
1 files changed, 0 insertions, 31 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/vhost/HISTORY.md b/vnfmarket/src/main/webapp/vnfmarket/node_modules/vhost/HISTORY.md
deleted file mode 100644
index b94cbbd9..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/vhost/HISTORY.md
+++ /dev/null
@@ -1,31 +0,0 @@
-3.0.2 / 2015-10-12
-==================
-
- * perf: hoist regular expressions
- * perf: use single regular expression for anchor checking
-
-3.0.1 / 2015-07-19
-==================
-
- * perf: enable strict mode
-
-3.0.0 / 2014-08-29
-==================
-
- * Remove support for sub-http servers; use the `handle` function
-
-2.0.0 / 2014-06-08
-==================
-
- * Accept `RegExp` object for `hostname`
- * Provide `req.vhost` object
- * Remove old invocation of `server.onvhost`
- * String `hostname` with `*` behaves more like SSL certificates
- - Matches 1 or more characters instead of zero
- - No longer matches "." characters
- * Support IPv6 literal in `Host` header
-
-1.0.0 / 2014-03-05
-==================
-
- * Genesis from `connect`