Skip to content

Releases: cypress-io/unique-selector

v2.0.0

30 Apr 13:40
5b5afe4
Compare
Choose a tag to compare

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

05 Apr 19:31
74c9036
Compare
Choose a tag to compare

1.2.0 (2024-04-05)

Features

  • Allow selector traits to be conditionally filtered (#8) (74c9036)

v1.1.0

05 Feb 21:30
993a2b9
Compare
Choose a tag to compare

1.1.0 (2024-02-05)

Features

  • Allow specifying preferred attributes (#7) (993a2b9)

v1.0.0

17 Jan 17:27
cdf1116
Compare
Choose a tag to compare

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

20 Dec 17:53
fade65d
Compare
Choose a tag to compare

0.0.5 (2023-12-20)

Performance Improvements

  • Improve performance of finding unique classes. (#24) (fc24bf2)