Comparing version 1.1.2 to 1.1.3
## Changes | ||
### 1.1.3 - January 20, 2012 | ||
* expand method signature of `response.checkRoute()` | ||
### 1.1.2 - January 13, 2012 | ||
@@ -4,0 +8,0 @@ |
@@ -32,3 +32,3 @@ (function () { | ||
Response.prototype.defaultCheckRoute = function (route, path, request) { | ||
Response.prototype.defaultCheckRoute = function (route, path, request, options) { | ||
if (typeof(route) === 'function') { | ||
@@ -74,3 +74,3 @@ try { | ||
var route = next.path; | ||
if (this.checkRoute(next.path, this._pathname, this._actual.request)) { | ||
if (this.checkRoute(next.path, this._pathname, this._actual.request, next)) { | ||
try { | ||
@@ -77,0 +77,0 @@ this.callRoute(next.call, this._actual.request, this, next); |
@@ -5,3 +5,3 @@ { | ||
"description": "Bricks Application Server", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"homepage": "http://bricksjs.com/", | ||
@@ -8,0 +8,0 @@ "preferGlobal": "true", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64317
32
1326