Skip to content

Releases: Rct567/DomQuery

v1.1

20 Jan 23:04
Compare
Choose a tag to compare

v1.0.1

15 Nov 22:48
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • improved transforming attribute selector (allow dash in attribute), issue #5

v0.7.2

15 Apr 15:13
Compare
Choose a tag to compare
  • allow all kinds of chars in selector, including 🐝, issue #4

v0.7.1

03 Apr 12:35
Compare
Choose a tag to compare
  • add eq() method
  • fix for not() method, issue #2

v0.7

17 Feb 11:49
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • add support for 'attribute prefix' selector
  • add nextAll and prevAll method

v0.6.1

12 Mar 17:09
Compare
Choose a tag to compare
  • add constructor support for selector+context
  • add constructor support for array with nodes
  • add add, clone, index and data method