Releases: ThomasWeinert/PhpCss
Releases · ThomasWeinert/PhpCss
2.0.0
- [!BC] Set Minimum PHP Version To 7.2
- [!BC][REFACTOR] Refactor PhpCss\Ast class to PhpCss\Ast\Node
- [BUILD] Update build files
- [!BC][REFACTOR] CleanUp Exception Classes
- [BUILD] Update PHPUnit, Add Tools To Repo
- [BUILD] Add GitHub Actions
- [TEST] Avoid Deprecated Access To Class Internal Logic
- [TEST][REFACTOR] Add Types
1.0.2
1.0.1
- Allow for pseudo-class position with repeat > 9n and no additional offset
1.0.0
- Add several jQuery CSS selectors (contains, has, gt, lt, odd, even)
0.5.0
- Added
PhpCss\Ass\Vistor\Xpath::OPTION_USE_CONTEXT_SELF_LIMIT
, create the Xpath expression in theself::
context
0.4.0
PHP 7 compatibility
0.3.0
- Implemented: allow to generate Xpath expressions on the descendant or self axis
0.2.0
Fixed closing bracket for language pseudo class
0.1.0
Added HHVM status badge to README.md