Skip to content

Releases: Rct567/DomQuery

v1.2

Choose a tag to compare

@Rct567 Rct567 released this 22 Nov 23:28
  • Fixed deprecation notice about 'implicitly nullable parameters'.

v1.1

Choose a tag to compare

@Rct567 Rct567 released this 20 Jan 23:04

v1.0.1

Choose a tag to compare

@Rct567 Rct567 released this 15 Nov 22:48
  • 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

Choose a tag to compare

@Rct567 Rct567 released this 15 Sep 21:35
  • 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

Choose a tag to compare

@Rct567 Rct567 released this 08 Sep 18:07
  • 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

Choose a tag to compare

@Rct567 Rct567 released this 13 May 13:36
  • improved transforming attribute selector (allow dash in attribute), issue #5

v0.7.2

Choose a tag to compare

@Rct567 Rct567 released this 15 Apr 15:13
  • allow all kinds of chars in selector, including 🐝, issue #4

v0.7.1

Choose a tag to compare

@Rct567 Rct567 released this 03 Apr 12:35
  • add eq() method
  • fix for not() method, issue #2

v0.7

Choose a tag to compare

@Rct567 Rct567 released this 17 Feb 11:49
  • prev/next methods now ignore text nodes (previously they would catch non-empty text nodes)
  • added many more units tests

v0.6.2

Choose a tag to compare

@Rct567 Rct567 released this 03 Aug 19:22
  • add support for 'attribute prefix' selector
  • add nextAll and prevAll method