Comparing version 6.3.9 to 6.3.10
{ | ||
"name": "remixml", | ||
"version": "6.3.9", | ||
"version": "6.3.10", | ||
"description": "XML/HTML-like macro language/template compiler engine", | ||
@@ -5,0 +5,0 @@ "main": "remixml.min.js", |
@@ -525,3 +525,3 @@ <h1>Remixml</h1> | ||
- `Remixml.compile(remixmlsrc, flags?)`<br /> | ||
Shorthand for `Remixml.js2obj(Remixml.remixml2js(remixmlsrc))` | ||
Shorthand for `Remixml.js2obj(Remixml.remixml2js(remixmlsrc, flags))` | ||
- `Remixml.parse2txt(template, context, flags?)`<br /> | ||
@@ -528,0 +528,0 @@ `template` can either be direct remixml source, or a precompiled object |
585400