Releases: Rct567/DomQuery
Releases · Rct567/DomQuery
v1.2
22 Nov 23:28
Compare
Sorry, something went wrong.
No results found
Fixed deprecation notice about 'implicitly nullable parameters'.
v1.1
20 Jan 23:04
Compare
Sorry, something went wrong.
No results found
v1.0.1
15 Nov 22:48
Compare
Sorry, something went wrong.
No results found
Some small changes, including one that should fix a notice error on PHP 8.2 #44
Added a script to test different PHP versions using Docker
v1.0
15 Sep 21:35
Compare
Sorry, something went wrong.
No results found
now doesn't clone last element in provided content, when using methods like append()/replaceWith(). cloning now only happens when there are multiple targets. this should be inline with how jQuery behaves.
fix return type for appendTo/prependTo, issue #12
fix returned result for clone(), issue #34
v0.9
08 Sep 18:07
Compare
Sorry, something went wrong.
No results found
now supports PHP 8.0 and 8.1
bumped minimum PHP version to 7.2
add nextUntil() and prevUntil() method
add addBack() method
fixes for bug #28 and #8
v0.8
13 May 13:36
Compare
Sorry, something went wrong.
No results found
improved transforming attribute selector (allow dash in attribute), issue #5
v0.7.2
15 Apr 15:13
Compare
Sorry, something went wrong.
No results found
allow all kinds of chars in selector, including 🐝, issue #4
v0.7.1
03 Apr 12:35
Compare
Sorry, something went wrong.
No results found
add eq() method
fix for not() method, issue #2
v0.7
17 Feb 11:49
Compare
Sorry, something went wrong.
No results found
prev/next methods now ignore text nodes (previously they would catch non-empty text nodes)
added many more units tests
v0.6.2
03 Aug 19:22
Compare
Sorry, something went wrong.
No results found
add support for 'attribute prefix' selector
add nextAll and prevAll method