Releases: Rct567/DomQuery
Releases · Rct567/DomQuery
v0.5.0
09 Nov 12:27
Compare
Sorry, something went wrong.
No results found
selector can now also be a DomQuery|DOMNodeList|DOMNode instance
add closest() method
add innerWrap() method
v0.4.2
04 Nov 15:08
Compare
Sorry, something went wrong.
No results found
clone imported nodes if they are from same document (support for $dom->append($dom->find('a')))
add siblings method
add slice method
add caching for 'css to xpath'
v0.4.1
01 Nov 09:37
Compare
Sorry, something went wrong.
No results found
add wrap and wrapAll methods
v0.4.0
30 Oct 18:21
Compare
Sorry, something went wrong.
No results found
csstoxpath optimizations
chainable methods now always return self
v0.3.0
28 Oct 09:57
Compare
Sorry, something went wrong.
No results found
better matching for first-child and last-child selector
switched argument in each() callback (following jquery in this case does not make sense in php context)
v0.2.0
27 Oct 15:33
Compare
Sorry, something went wrong.
No results found
improved xml support
support for meta character escaping in css selector
support for xml namespace
v0.1.8
22 Oct 14:28
Compare
Sorry, something went wrong.
No results found
add addClass(), hasClass(), removeClass() methods
fix bug where white space should not be removed
v0.1.7
21 Oct 11:58
Compare
Sorry, something went wrong.
No results found
add after() and before() method
add removeAttribute() method
v0.1.6
19 Oct 07:08
Compare
Sorry, something went wrong.
No results found
added each() method
allow underscore in attribute match
v0.1.5
13 Oct 17:45
Compare
Sorry, something went wrong.
No results found
added not() method
string type hinting for selector argument