basisjs-tools-ast
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,1 +1,5 @@ | ||
## 1.4.2 (July 18, 2016) | ||
- Fixed issue with `invert` binding (`CLASS_BINDING_INVERT`) support in templates | ||
## 1.4.1 (July 15, 2016) | ||
@@ -2,0 +6,0 @@ |
@@ -211,2 +211,3 @@ var ELEMENT = 'tag'; | ||
case tmpl.CLASS_BINDING_BOOL: | ||
case tmpl.CLASS_BINDING_INVERT: | ||
return [binding[0] + binding[3]]; | ||
@@ -213,0 +214,0 @@ |
{ | ||
"name": "basisjs-tools-ast", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Tool set for basisjs-tools to work with various types of AST", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/basisjs/basisjs-tools-ast", |
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
114685
3514