Releases: testing-library/eslint-plugin-testing-library
Releases · testing-library/eslint-plugin-testing-library
v4.5.1
4.5.1 (2021-05-22)
Bug Fixes
- dependencies: bump @typescript-eslint/experimental-utils (eb85374)
v4.5.0
4.5.0 (2021-05-18)
Features
v4.4.0
4.4.0 (2021-05-13)
Features
- no-debug: support more debugging functions (#357) (b2579bb)
v4.3.0
4.3.0 (2021-05-11)
Features
v4.2.1
4.2.1 (2021-05-09)
Bug Fixes
- await-async-query: get correct Identifier related to CallExpression (#374) (816df6e), closes #359
v4.2.0
4.2.0 (2021-05-03)
Features
- no-wait-for-side-effects: report
render
usage in waitFor
(#363) (9f5de30)
v4.1.2
4.1.2 (2021-04-25)
Bug Fixes
- no-wait-for-side-effects: report implicit return in arrow functions (#352) (0d105df)
v4.1.1
4.1.1 (2021-04-21)
Bug Fixes
v4.1.0
4.1.0 (2021-04-19)
Features
- new shared setting for restricting Aggressive Queries Reporting:
testing-library/custom-queries
(#344) (a8d2017), closes #335
- new
"off"
option for all shared settings to disable related Aggressive Reporting mechanism (#344) (a8d2017), closes #335
v4.0.2
4.0.2 (2021-04-16)
Bug Fixes
- prefer-screen-queries: avoid reporting custom queries (#342) (1c4391c), closes #340