connect-roles
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -0,1 +1,6 @@ | ||
3.0.2 / 2014-02-19 | ||
================== | ||
* Fix another bug in use3 | ||
3.0.1 / 2014-02-19 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -46,3 +46,3 @@ "use strict"; | ||
var exp = pathToRegexp(path, keys); | ||
use2(action, function (req) { | ||
this.use2(action, function (req) { | ||
var match; | ||
@@ -49,0 +49,0 @@ if (match = exp.exec(req.app.path().replace(/\/$/, '') + req.path)) { |
{ | ||
"name": "connect-roles", | ||
"description": "Provides dynamic roles based authorization for node.js connect and express servers.", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"homepage": "http://documentup.com/ForbesLindesay/connect-roles", | ||
@@ -6,0 +6,0 @@ "repository": { |
20295