Releases: testing-library/eslint-plugin-testing-library
Releases · testing-library/eslint-plugin-testing-library
v5.8.0
19 Oct 16:27
Compare
Sorry, something went wrong.
No results found
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
17 Oct 18:45
Compare
Sorry, something went wrong.
No results found
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.13
14 Oct 11:59
Compare
Sorry, something went wrong.
No results found
v6.0.0-alpha.9
05 Oct 08:41
Compare
Sorry, something went wrong.
No results found
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
05 Oct 21:50
Compare
Sorry, something went wrong.
No results found
Bug Fixes
await-async-event: pluralize to await-async-events (#670 ) (7238f76 )
v6.0.0-alpha.11
05 Oct 10:59
Compare
Sorry, something went wrong.
No results found
Features
await-async-query: rename to await-async-queries (#665 ) (c1803df )
BREAKING CHANGES
await-async-query: await-async-query is now called await-async-queries
v6.0.0-alpha.10
05 Oct 10:37
Compare
Sorry, something went wrong.
No results found
Features
no-await-sync-events: add to DOM, Angular & React configs by default (#667 ) (afce5ea )
BREAKING CHANGES
no-await-sync-events: no-await-sync-events is now enabled by default in the DOM, Angular & React configs
v6.0.0-alpha.8
04 Oct 22:35
Compare
Sorry, something went wrong.
No results found
Features
no-debugging-utils: enable all debug methods in all configs by default (#663 ) (e394ce09 ), closes #621
BREAKING CHANGES
no-debugging-utils now enables all debug methods in all configs by default
v6.0.0-alpha.7
04 Oct 22:35
Compare
Sorry, something went wrong.
No results found
Features
no-debugging-utils: warn instead of error in all configs (#662 ) (8063f8f6 ), closes #622
v6.0.0-alpha.6
04 Oct 22:34
Compare
Sorry, something went wrong.
No results found
Features
BREAKING CHANGES
no-node-access is now enabled by default in the DOM config