express-partials
Advanced tools
Comparing version 0.2.0 to 0.3.0
0.3.0 / 2014-06-30 | ||
================== | ||
* Added locals to options to properly render haml | ||
0.2.0 / 2014-01-18 | ||
@@ -61,2 +66,2 @@ ================== | ||
* Initial release | ||
* Initial release |
@@ -324,2 +324,3 @@ var path = require('path') | ||
} | ||
options.locals = locals | ||
return renderer(ext)(source, options); | ||
@@ -326,0 +327,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "Express 3.x Layout & Partial support.", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"repository": { | ||
@@ -19,4 +19,5 @@ "url": "https://github.com/publicclass/express-partials" | ||
"mocha": "*", | ||
"supertest": "*", | ||
"supertest": "0.4.0", | ||
"ejs": "*", | ||
"hamljs": "*", | ||
"jade": "*", | ||
@@ -23,0 +24,0 @@ "eco": "*", |
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
29064
51
696
10