Comparing version 5.4.0 to 5.4.1
{ | ||
"name": "remixml", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"description": "XML/HTML-like macro language/template compiler engine", | ||
@@ -5,0 +5,0 @@ "main": "remixml.min.js", |
@@ -16,8 +16,8 @@ <h1>Remixml</h1> | ||
- Fast & lean: Small 7 KB gzipped runtime which includes the compiler | ||
with precompiled templates in the browser. Compiles to Javascript. | ||
- User defined HTML tags in Remixml support arbitrary named parameters and | ||
which can precompile templates in node and in the browser. | ||
- Compiles to minified Javascript. | ||
- User defined HTML tags in Remixml support named parameters and | ||
recursion. | ||
- Extensible with custom filters and tags programmed in Javascript. | ||
- Available everywhere in node and all modern web browsers (including IE11), | ||
with thorough precompilation options. | ||
- Available everywhere in node and all modern web browsers (including IE11). | ||
- It contains a fully featured fast validating XHTML parser. | ||
@@ -24,0 +24,0 @@ - It shields the Remixml programmer from fatal browser errors by |
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
573010