Skip to content

Releases: tj/php-selector

Release list

1.1.5

Choose a tag to compare

@Darhazer Darhazer released this 20 Oct 06:47
  • Added nth-child-last support
  • Fixed attribute selectors

1.1.4

Choose a tag to compare

@Darhazer Darhazer released this 16 Oct 12:57

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