velocityjs
Advanced tools
Comparing version 0.9.3 to 0.9.4
@@ -0,1 +1,5 @@ | ||
## 0.9.4 2017-01-16 | ||
- fix: #set bug with eval string [#79](https://github.com/shepherdwind/velocity.js/issues/79) | ||
## 0.9.3 2017-01-04 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "velocityjs", | ||
"description": "Velocity Template Language(VTL) for JavaScript", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "velocity template" |
@@ -127,5 +127,5 @@ 'use strict'; | ||
var asts = Velocity.parse(str); | ||
return this._render(asts); | ||
return this._render(asts, this.condition); | ||
} | ||
}); | ||
}; |
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
403546