Skip to content

Releases: cypress-io/eslint-plugin-cypress

v2.12.0

14 Sep 14:52
ba8c879

Choose a tag to compare

2.12.0 (2021-09-14)

Features

v2.11.3

04 May 13:53
61a9de1

Choose a tag to compare

2.11.3 (2021-05-04)

Bug Fixes

  • Fix crashing bug in no-force rule when using spread operator (#79) (61a9de1)

v2.11.2

28 Sep 14:25
9bcf51e

Choose a tag to compare

2.11.2 (2020-09-28)

Bug Fixes

v2.11.1

27 May 22:24
28d978a

Choose a tag to compare

2.11.1 (2020-05-27)

Bug Fixes

  • Fix cypress/no-async-tests not found error (#64) (28d978a)

v2.11.0

27 May 20:09

Choose a tag to compare

2.11.0 (2020-05-27)

Bug Fixes

  • Allow aliases in require-data-selectors rule (#59) (0964b4e)
  • Allow assignment of children of whitelisted commands in no-assigning-return-values rule (#60) (2d127d0)

Features

v2.10.3

19 Feb 17:12
46bf46a

Choose a tag to compare

2.10.3 (2020-02-19)

Bug Fixes

  • Add support for eslint 4 to no-assigning-return-values rule (46bf46a), closes #14

v2.10.2

18 Feb 17:16
958549f

Choose a tag to compare

2.10.2 (2020-02-18)

Bug Fixes

  • Add support for template literals to require-data-selectors rule (958549f)

v2.10.1

14 Feb 20:49
6c1d538

Choose a tag to compare

2.10.1 (2020-02-14)

Bug Fixes

v2.10.0

14 Feb 19:06
f43c64e

Choose a tag to compare

2.10.0 (2020-02-14)

Features

v2.9.0

05 Feb 15:22
8f2c44a

Choose a tag to compare

2.9.0 (2020-02-05)

Features

  • Support chained wait in no-unnecessary-waiting rule (3eb3d2e)