Releases: cypress-io/unique-selector
Releases · cypress-io/unique-selector
v2.0.1
2.0.1 (2024-08-05)
Bug Fixes
- Standardize filter params for
class
(#10) (1111cc6)
v2.0.0
2.0.0 (2024-04-30)
Features
- Accept single filter function rather than dict (#9) (5b5afe4)
BREAKING CHANGES
- Optional filter argument is now a function rather than an object
v1.2.0
1.2.0 (2024-04-05)
Features
- Allow selector traits to be conditionally filtered (#8) (74c9036)
v1.1.0
1.1.0 (2024-02-05)
Features
- Allow specifying preferred attributes (#7) (993a2b9)
v1.0.0
1.0.0 (2024-01-17)
Features
- Enable
name
attribute as an independent selector config (#6) (cdf1116)
BREAKING CHANGES
- Default selectorTypes is now ['id', 'name', 'class', 'tag', 'nth-child']
v0.0.5
0.0.5 (2023-12-20)
Performance Improvements
- Improve performance of finding unique classes. (#24) (fc24bf2)