Releases: cypress-io/eslint-plugin-cypress
Releases · cypress-io/eslint-plugin-cypress
v2.9.0
2.9.0 (2020-02-05)
Features
- Support chained wait in
no-unnecessary-waiting
rule (3eb3d2e)
v2.8.1
2.8.1 (2019-12-16)
Bug Fixes
- Handle cy.wait in a function with a default parameter (475a26c)
v2.8.0
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
2.7.0 (2019-09-26)
Features
- rule: add 'require-data-selectors' rule (#30) (a4a0e8e)
v2.6.1
2.6.1 (2019-08-01)
Bug Fixes
- Avoid mutating eslint browser environment (63812a5)
v2.6.0
2.6.0 (2019-07-15)
Features
- Add env to recommended configuration
- Bump
ecmaVersion
parser option to 2019
v2.2.1
2.2.1 (2019-02-19)
Bug fixes ✅
v2.2.0
2.2.0 (2018-12-28)
New features 👍
- Add 'assertion-before-screenshot' rule (e5f0504)
v2.1.3
2.1.3 (2018-12-12)
Bug fixes ✅
- Whitelist returnable cy commands from no-assigning-return-values rule (f16185c)