Skip to content

Releases: expressjs/vhost

3.0.2

Choose a tag to compare

@dougwilson dougwilson released this 13 Oct 04:28
  • perf: hoist regular expressions
  • perf: use single regular expression for anchor checking

3.0.1

Choose a tag to compare

@dougwilson dougwilson released this 20 Jul 02:04
  • perf: enable strict mode

3.0.0

Choose a tag to compare

@dougwilson dougwilson released this 30 Aug 06:27
  • Remove support for sub-http servers; use the handle function

2.0.0

Choose a tag to compare

@dougwilson dougwilson released this 30 Aug 06:27
  • 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

Choose a tag to compare

@dougwilson dougwilson released this 30 Aug 06:27
  • Genesis from connect