Releases: cypress-io/eslint-plugin-cypress
Releases · cypress-io/eslint-plugin-cypress
v3.0.2
3.0.2 (2024-04-26)
Bug Fixes
- convert deprecated context calls (d3d333a)
v3.0.1
3.0.1 (2024-04-25)
Bug Fixes
- enable cypress/no-async-before (b57bf97)
v3.0.0
3.0.0 (2024-04-22)
BREAKING CHANGES
- Support for ESlint v3, v4, v5 & v6 is removed (bafb3b6)
- Support ESLint v7 and v8 only (ESLint v9 is not yet supported)
v2.15.2
2.15.2 (2024-04-15)
Bug Fixes
- deps: update semantic-release to 19.0.3 (573be16)
v2.15.1
2.15.1 (2023-09-18)
Bug Fixes
- unsafe-to-chain-command: Fix the false positive of 'focus' regex matching 'focused' (#144) (0c5f68b)
v2.14.0
2.14.0 (2023-08-08)
Features
- pencil: add option for unsafe chaining rule to check for custom cypress methods (49c6eb3)
v2.13.4
2.13.4 (2023-08-08)
Bug Fixes
- bump globals package to latest (8c9c9eb)
v2.13.3
2.13.3 (2023-04-28)
Bug Fixes
- handle ImportBindings in
no-unnecessary-waiting
rule (c626ad5)
v2.13.2
2.13.2 (2023-03-29)
Bug Fixes
- Wait incorrectly reported as unsafe to chain (7c20206)
v2.13.1
2.13.1 (2023-03-28)
Bug Fixes
- Solve unsafe to chain command does not exist (#126) (1fdfef7)