Releases: lazd/DOMly
Releases · lazd/DOMly
0.0.9
Update dependencies, fixes #32
0.0.8
Support numbers as property names, fixes #25
Support script and style tags, fixes #27
Correctly support boolean attributes, fixes #28
0.0.7
Added karma-html2js-preprocessor, fixes #17
Throw if parent used without context, closes #19
Extend grammar to pass through escaped Mustaches, fixes #7
Expose Compiler as exports.Compiler, closes #18
Always run text through the parser, fixes #7 again
Reset data variable before eval blocks, fixes #23
0.0.6
Don't generate documentFragments if attributes have substitutions, fixes #14
Add options.preserveComments
to keep comment nodes if desired and strip them otherwise, closes #16
Added options.appendClassNames
to (very crudely) append to className instead of overwriting it, closes #15
0.0.5
Added options.preserveHandleAttr, closes #13
Don't generate documentFragments if attributes have substitutions, fixes #14
Added options.appendClassNames to (very crudely) append to className instead of overwriting it, closes #15
0.0.4
Add support for is="custom-element" attributes, fixes #12
0.0.3
Allow string and number literals in statements, closes #10
Drop support for Node < 0.10
0.0.2
Added options.noFrags
to avoid caching DocumentFragments
, closes #9
You can’t perform that action at this time.