Skip to content

Releases: testing-library/eslint-plugin-testing-library

v5.10.1

08 Feb 15:55
34a0a55
Compare
Choose a tag to compare

5.10.1 (2023-02-08)

Bug Fixes

  • await-async-utils: false positive when destructuring (#722) (34a0a55)

v5.10.0

23 Jan 13:37
79b380f
Compare
Choose a tag to compare

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

20 Dec 12:29
Compare
Choose a tag to compare
v6.0.0-alpha.14 Pre-release
Pre-release

6.0.0-alpha.14 (2022-12-20)

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

21 Oct 12:06
e31fe03
Compare
Choose a tag to compare

5.9.1 (2022-10-21)

Bug Fixes

  • prefer-find-by: Respect waitFor options when autofixing (#679) (e31fe03), closes #579

v5.9.0

20 Oct 19:36
9576462
Compare
Choose a tag to compare

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

19 Oct 16:27
e2ea687
Compare
Choose a tag to compare

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
c3504a7
Compare
Choose a tag to compare

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
9d5554c
Compare
Choose a tag to compare
v6.0.0-alpha.13 Pre-release
Pre-release

6.0.0-alpha.13 (2022-10-14)

Bug Fixes

v6.0.0-alpha.9

05 Oct 08:41
7ed3da8
Compare
Choose a tag to compare
v6.0.0-alpha.9 Pre-release
Pre-release

6.0.0-alpha.9 (2022-10-05)

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
7238f76
Compare
Choose a tag to compare
v6.0.0-alpha.12 Pre-release
Pre-release

6.0.0-alpha.12 (2022-10-05)

Bug Fixes

  • await-async-event: pluralize to await-async-events (#670) (7238f76)