Skip to content

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

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)

v6.0.0-alpha.11

05 Oct 10:59
c1803df
Compare
Choose a tag to compare
v6.0.0-alpha.11 Pre-release
Pre-release

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

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

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

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

6.0.0-alpha.8 (2022-10-03)

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

6.0.0-alpha.7 (2022-10-03)

Features

  • no-debugging-utils: warn instead of error in all configs (#662) (8063f8f6), closes #622

v6.0.0-alpha.6

04 Oct 22:34
8dfe155
Compare
Choose a tag to compare
v6.0.0-alpha.6 Pre-release
Pre-release

6.0.0-alpha.6 (2022-10-02)

Features

BREAKING CHANGES

  • no-node-access is now enabled by default in the DOM config