Skip to content

Releases: antonmedv/finder

3.2.0

28 Feb 22:17
cbe0cd8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

05 May 08:57
9ea8a53
Compare
Choose a tag to compare

Replaces cssesc with CSS.escape.

3.0.0

07 Mar 22:27
Compare
Choose a tag to compare

finder

The CSS Selector Generator

An example of a generated selector:

.blog > article:nth-child(3) .add-comment

In this release:

  • Lots of fixes.
  • Performance improvements.
  • Works with duplicates of IDs on pages.
  • And much more!