Skip to content

Releases: TylorS/snabbdom-selector

v4.0.0

07 Sep 15:36
Compare
Choose a tag to compare

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)

v3.1.0

31 Aug 22:17
Compare
Choose a tag to compare

Fixes

  • Allow selecting using attributes (#28)