Releases: testing-library/eslint-plugin-testing-library
Releases · testing-library/eslint-plugin-testing-library
v5.0.0-alpha.3
13 Oct 22:43
Compare
Sorry, something went wrong.
No results found
Features
no-render-in-setup: add to Angular, React & Vue configs by default (#481 ) (53497f4 )
BREAKING CHANGES
no-render-in-setup: no-render-in-setup is now enabled by default in the Angular, React & Vue configs
v5.0.0-alpha.2
13 Oct 22:41
Compare
Sorry, something went wrong.
No results found
Features
no-debug: rename to no-debugging-utils (#469 ) (ea52ff0 )
no-unnecessary-act: add to React config by default (#468 ) (cf78530 )
BREAKING CHANGES
no-unnecessary-act: no-unnecessary-act is now enabled by default in the React config (with isStrict set to true)
no-debug: no-debug is now called no-debugging-utils
v5.0.0-alpha.1
13 Oct 22:38
Compare
Sorry, something went wrong.
No results found
chore
BREAKING CHANGES
Requires Node@^12.22.x || ^14.17.x || >=16.x
v4.12.4
23 Sep 15:13
Compare
Sorry, something went wrong.
No results found
v4.12.3
19 Sep 21:59
Compare
Sorry, something went wrong.
No results found
4.12.3 (2021-09-19)
Bug Fixes
prefer-explicit-assert: check property existence (#476 ) (1949a93 )
v4.12.2
09 Sep 07:56
Compare
Sorry, something went wrong.
No results found
4.12.2 (2021-09-09)
Bug Fixes
prefer-find-by: handle different spacing correctly for autofix (#472 ) (9624a44 )
v4.12.1
06 Sep 07:22
Compare
Sorry, something went wrong.
No results found
4.12.1 (2021-09-06)
Bug Fixes
dependencies: bump @typescript-eslint/experimental-utils (#461 ) (fd5f057 )
v4.12.0
24 Aug 12:54
Compare
Sorry, something went wrong.
No results found
v4.11.0
16 Aug 16:30
Compare
Sorry, something went wrong.
No results found
4.11.0 (2021-08-16)
Features
prefer-explicit-assert: add an option to toggle the matching of findBy queries (#452 ) (172a5ac ), closes #449
v4.10.1
21 Jul 09:17
Compare
Sorry, something went wrong.
No results found
4.10.1 (2021-07-21)
Bug Fixes
no-unnecessary-act: report everything that's reported in non-strict (#423 ) (840763d ), closes #416