Comparing version 4.1.1 to 4.1.2
@@ -0,1 +1,4 @@ | ||
# 4.1.0 / 2014-09-22 | ||
- add ctx.locals | ||
# 4.0.0 / 2014-09-22 | ||
@@ -2,0 +5,0 @@ - add dispatcher.waitFor() |
@@ -108,3 +108,6 @@ /** | ||
debug('Waiting for actions', actions); | ||
debug('Waiting for actions ' + actions.map(function(action, i) { | ||
if (i == actions.length - 1) return action; | ||
return action + ', '; | ||
})); | ||
var nwArr = arr.concat(done.bind(this)); | ||
@@ -111,0 +114,0 @@ |
{ | ||
"name": "barracks", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "An event dispatcher for the flux architecture", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
10753
144