Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jun 9, 2014
1 parent 5230f14 commit ba67e5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
2.x
===
2.0.0 / 2014-06-08
==================

* Accept `RegExp` object for `hostname`
* Provide `req.vhost` object
* Remove old invocation of `server.onvhost`
* String `hostname` with `*` behave more like SSL certificates
* 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vhost",
"description": "virtual domain hosting",
"version": "1.0.0",
"version": "2.0.0",
"author": "Jonathan Ong <[email protected]> (http://jongleberry.com)",
"contributors": [
"Douglas Christopher Wilson <[email protected]>"
Expand Down

0 comments on commit ba67e5a

Please sign in to comment.