Comparing version 1.0.15 to 1.0.16
{ | ||
"name": "remixml", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"description": "XML/HTML-like macro language/template engine", | ||
@@ -5,0 +5,0 @@ "browser": "remixml.js", |
@@ -56,10 +56,10 @@ <h1>Remixml</h1> | ||
- scope:<br /> | ||
- <i>scope</i>:<br /> | ||
References the primary level in the variables object (the second | ||
argument to parse()). | ||
- variablename:<br /> | ||
- <i>variablename</i>:<br /> | ||
References second and deeper levels in the variables | ||
object (can contain multiple dots to designate deeper levels, is used | ||
to access both objects and arrays). | ||
- encoding (optional):<br /> | ||
- <i>encoding</i> (optional):<br /> | ||
Specifies the encoding to be used when substituting the variable. | ||
@@ -76,3 +76,3 @@ The encodings available are: | ||
No encoding, as is, can be abbreviated as ":;". | ||
- formatting (optional):<br /> | ||
- <i>formatting</i> (optional):<br /> | ||
[printf()-like formatting | ||
@@ -79,0 +79,0 @@ specification](https://en.wikipedia.org/wiki/Printf_format_string) |
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
18516