All Versions
53
Latest Version
Avg Release Cycle
106 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v1.10 Changes
- ๐ Fix HTML saving mechanism
- Throw
InvalidSelectorException
instead ofRuntimeException
in Query class
-
v1.9.1 Changes
- โ Add ability to search in owner document using current node as context
- ๐ Bugs fixed
-
v1.9.0 Changes
- Methods
Document::appendChild()
andElement::appendChild()
now return appended node(s) - โ Add ability to search elements in context
- Methods
-
v1.8.8 Changes
- ๐ Bugs fixed
-
v1.8.7 Changes
- โ Add
Element::getLineNo()
method
- โ Add
-
v1.8.6 Changes
- ๐ Fix issue #55
-
v1.8.5 Changes
- โ Add support of
DOMComment
- โ Add support of
-
v1.8.4 Changes
- โ Add ability to create an element by selector
- โ Add closest method
-
v1.8.3 Changes
- โ Add method
Element::isTextNode()
- ๐ Many minor fixes
- โ Add method
-
v1.8.2 Changes
- โ Add ability to check that element matches selector
- โ Add ability counting nodes by selector
- ๐ Many minor fixes