Releases: tj/php-selector
Releases · tj/php-selector
1.1.5
- Added nth-child-last support
- Fixed attribute selectors
1.1.4
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