Releases: testing-library/eslint-plugin-testing-library
Releases · testing-library/eslint-plugin-testing-library
v5.10.1
5.10.1 (2023-02-08)
Bug Fixes
- await-async-utils: false positive when destructuring (#722) (34a0a55)
v5.10.0
5.10.0 (2023-01-23)
Features
- consistent-data-testid: add support for custom error message (#719) (79b380f), closes #718
v6.0.0-alpha.14
Bug Fixes
- no-wait-for-side-effects: false negatives in variables declarations (#677) (c3504a7), closes #368
- prefer-find-by: Respect waitFor options when autofixing (#679) (e31fe03), closes #579
Features
- no-global-regexp-flag-in-query: Detect global RegExp in variable declarations (#678) (e2ea687), closes #592
- support handling promises with jest-extended
.toResolve
& .toRejects
(#612) (9576462)
v5.9.1
5.9.1 (2022-10-21)
Bug Fixes
- prefer-find-by: Respect waitFor options when autofixing (#679) (e31fe03), closes #579
v5.9.0
5.9.0 (2022-10-20)
Features
- await-async-query, await-async-utils, await-fire-event: support handling promises with jest-extended
.toResolve
& .toRejects
(#612) (9576462)
v5.8.0
5.8.0 (2022-10-19)
Features
- no-global-regexp-flag-in-query: Detect global RegExp in variable declarations (#678) (e2ea687), closes #592
v5.7.3
5.7.3 (2022-10-17)
Bug Fixes
- no-wait-for-side-effects: false negatives in variables declarations (#677) (c3504a7), closes #368
v6.0.0-alpha.9
Features
- no-await-sync-query: rename to
no-await-sync-queries
(#666) (7ed3da8)
BREAKING CHANGES
- no-await-sync-query:
no-await-sync-query
is now called no-await-sync-queries
v6.0.0-alpha.12
Bug Fixes
- await-async-event: pluralize to await-async-events (#670) (7238f76)