Skip to content

Releases: tj/php-selector

1.1.5

20 Oct 06:47
Compare
Choose a tag to compare
  • Added nth-child-last support
  • Fixed attribute selectors

1.1.4

16 Oct 12:57
Compare
Choose a tag to compare

New features

  • You can pass a DOMDocument instance instead of HTML, in case you want to perform further operations on the DOM

Bug-fixes

  • fixed handling .class selectors where .a would match any class containing "a"
  • fixed handling textarea tag