Skip to content

Releases: cypress-io/eslint-plugin-cypress

v2.10.3

19 Feb 17:12
46bf46a
Compare
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
Compare
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
Compare
Choose a tag to compare

2.10.1 (2020-02-14)

Bug Fixes

v2.10.0

14 Feb 19:06
f43c64e
Compare
Choose a tag to compare

2.10.0 (2020-02-14)

Features

v2.9.0

05 Feb 15:22
8f2c44a
Compare
Choose a tag to compare

2.9.0 (2020-02-05)

Features

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

v2.8.1

16 Dec 15:48
Compare
Choose a tag to compare

2.8.1 (2019-12-16)

Bug Fixes

  • Handle cy.wait in a function with a default parameter (475a26c)

v2.8.0

13 Dec 18:30
e66bdfd
Compare
Choose a tag to compare

2.8.0 (2019-12-13)

Features

  • Add handling for when the wait method is given an Identifier which has a number value (e66bdfd)

v2.7.0

26 Sep 14:20
Compare
Choose a tag to compare

2.7.0 (2019-09-26)

Features

  • rule: add 'require-data-selectors' rule (#30) (a4a0e8e)

v2.6.1

01 Aug 14:01
63812a5
Compare
Choose a tag to compare

2.6.1 (2019-08-01)

Bug Fixes

  • Avoid mutating eslint browser environment (63812a5)

v2.6.0

15 Jul 15:17
Compare
Choose a tag to compare

2.6.0 (2019-07-15)

Features

  • Add env to recommended configuration
  • Bump ecmaVersion parser option to 2019