Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@atomrc atomrc released this 07 Sep 15:36
· 11 commits to master since this release

Breaking changes

Selecting using attributes with empty or quoted value will now select according to the selector (#30)

select(nodes, '[attr]') -> will select nodes that matche even if the value inside the attribute is false-y
select(nodes, [attr="value"]` -> will work as expected (returned nothing before)