Skip to content

Releases: sropelato/LightDOM

Version 1.1.4

13 Oct 00:43
Compare
Choose a tag to compare

Fixed comparison of children in Element's equals method.
Using org.w3c.dom.NodeList instead of internal com.sun.org.apache.xml.internal.dtm.ref.DTMNodeList for XPath queries.

Version 1.1.3

12 Oct 17:29
Compare
Choose a tag to compare

Performance optimization for Xpath queries. Performing multiple Xpath queries on the same element is now considerably faster.

Version 1.1.2

12 Oct 17:26
Compare
Choose a tag to compare

Added methods to retrieve elements with an Xpath query. Properly escaping characters in text nodes and attribute values.

Version 1.1.1

12 Oct 17:22
Compare
Choose a tag to compare

Fixed issue where text nodes or attributes would no be copied from a org.w3c.dom.Element object.

Version 1.1.0

12 Oct 17:20
Compare
Choose a tag to compare

Added method to convert documents between LightDOM and the built-in DOM classes (org.w3c.dom.*).

Version 1.0.0

12 Oct 17:19
Compare
Choose a tag to compare

Initial version.