Skip to content

4.0.0

Choose a tag to compare

@antonmedv antonmedv released this 12 Dec 23:27
· 7 commits to master since this release
761a84f

* > *

I'm thrilled to announce a major update to Finder. I've completely rewritten the selector generator to support modern technologies like Tailwind CSS and CSS-in-JS. This improvement ensures selectors are more efficient and adaptable for today's web development needs. Give the new version a try and experience the upgrade!

  • Added support for nth-of-type CSS selectors.
  • Improved seed round generation for more robust CSS selectors.
  • Improved CSS selector generation speed.
.blog > article:nth-of-type(3) .add-comment