velocityjs
Advanced tools
Comparing version 0.9.2 to 0.9.3
@@ -0,1 +1,5 @@ | ||
## 0.9.3 2017-01-04 | ||
- fix: #set false when in forEach statement [#77](https://github.com/shepherdwind/velocity.js/issues/77) | ||
## 0.9.1 2016-11-22 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "velocityjs", | ||
"description": "Velocity Template Language(VTL) for JavaScript", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"keywords": [ | ||
@@ -33,3 +33,3 @@ "velocity template" | ||
"test": "make test", | ||
"pub": "npm version patch && git push origin master && git push origin --tag" | ||
"pub": "npm version patch && npm publish && git push origin master && git push origin --tag" | ||
}, | ||
@@ -36,0 +36,0 @@ "spm": { |
@@ -266,5 +266,6 @@ 'use strict'; | ||
return this._render(asts); | ||
// keep current condition fix #77 | ||
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
403414
2677