Releases: antonmedv/finder
Releases · antonmedv/finder
4.0.2
4.0.1
4.0.0
* > *
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
3.2.0
What's Changed
- Add Timeout to Finder by @lapritchett in #79
New Contributors
- @lapritchett made their first contribution in #79
Full Changelog: 3.1.0...3.2.0