Releases: Imangazaliev/DiDOM
Releases · Imangazaliev/DiDOM
v1.10.1
- Fix attributes ends-with XPath
- Method Element::matches() now can check children nodes
v1.10
- Fix HTML saving mechanism
- Throw InvalidSelectorException instead of RuntimeException in Query class
v1.9.1
- Add ability to search in owner document using current node as context
- Bugs fixed
v1.9.0
- Method appendChild() now returns appended node(s)
- Add ability to search elements in context
v1.8.8
- Bugs fixed
v1.8.7
- Add getLineNo method to Element
v1.8.6
v1.8.5
- Add support of DOMComment
v1.8.4
- Add ability to create an element by selector
- Add closest method
v1.8.3
- Add method Element::isTextNode()
- Many minor fixes