Releases: cypress-io/eslint-plugin-cypress
Releases · cypress-io/eslint-plugin-cypress
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)
v2.13.0
2.13.0 (2023-03-28)
Features
- Add 'unsafe-to-chain-command' rule (bf6a75d)