Releases: sropelato/LightDOM
Releases · sropelato/LightDOM
Version 1.1.4
Version 1.1.3
Performance optimization for Xpath queries. Performing multiple Xpath queries on the same element is now considerably faster.
Version 1.1.2
Added methods to retrieve elements with an Xpath query. Properly escaping characters in text nodes and attribute values.
Version 1.1.1
Fixed issue where text nodes or attributes would no be copied from a org.w3c.dom.Element object.
Version 1.1.0
Added method to convert documents between LightDOM and the built-in DOM classes (org.w3c.dom.*).
Version 1.0.0
Initial version.