Skip to content

Commit ba67e5a

Browse files
committed
2.0.0
1 parent 5230f14 commit ba67e5a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

HISTORY.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
2.x
2-
===
1+
2.0.0 / 2014-06-08
2+
==================
33

44
* Accept `RegExp` object for `hostname`
55
* Provide `req.vhost` object
66
* Remove old invocation of `server.onvhost`
7-
* String `hostname` with `*` behave more like SSL certificates
7+
* String `hostname` with `*` behaves more like SSL certificates
8+
- Matches 1 or more characters instead of zero
9+
- No longer matches "." characters
810
* Support IPv6 literal in `Host` header
911

1012
1.0.0 / 2014-03-05

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vhost",
33
"description": "virtual domain hosting",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
66
"contributors": [
77
"Douglas Christopher Wilson <doug@somethingdoug.com>"

0 commit comments

Comments
 (0)