Releases: Rct567/DomQuery
Releases · Rct567/DomQuery
v1.0.1
- 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
- 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
- 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
- improved transforming attribute selector (allow dash in attribute), issue #5
v0.7.2
- allow all kinds of chars in selector, including 🐝, issue #4
v0.7.1
- add eq() method
- fix for not() method, issue #2
v0.7
- prev/next methods now ignore text nodes (previously they would catch non-empty text nodes)
- added many more units tests
v0.6.2
- add support for 'attribute prefix' selector
- add nextAll and prevAll method
v0.6.1
- add constructor support for selector+context
- add constructor support for array with nodes
- add add, clone, index and data method