Releases: BerliozFramework/HtmlSelector
Releases · BerliozFramework/HtmlSelector
v2.1.0
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v2.0.0-beta3
Fixed
- Fix the "end" operator
=$
for attribute comparison selector - Fix
Query::prev()
method
v2.0.0-beta2
Added
- New method
Query::map(): array
to apply function to all results of query and get array result
Fixed
- Bad Xpath context in method
Query::is(): bool
v2.0.0-beta1
Added
:count(...)
pseudo class
Fixed
- Tests fixed
v2.0.0-alpha1
Added
HtmlSelector
class to init and manage relationsXpathSolver
class to solve a selector to xpath- Extensions to add pseudo classes
Changed
- Refactoring