Skip to content

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

v1.3.3

10 Dec 09:13
Compare
Choose a tag to compare

1.3.3 (2019-12-10)

Bug Fixes

  • await-async-query: references is not iterable / cant parse expect(findBy*) (#50) (ea8816c)

v1.3.2

06 Nov 10:40
Compare
Choose a tag to compare

1.3.2 (2019-11-06)

Bug Fixes

  • prefer-explicit-assert raising error on destructuring statement (#43) (ac76e41)

v1.3.1

31 Oct 15:38
Compare
Choose a tag to compare

1.3.1 (2019-10-31)

Bug Fixes

  • prefer-explicit-assert options example (#39) (f3c197c)

v1.3.0

24 Oct 08:44
7da2b75
Compare
Choose a tag to compare

1.3.0 (2019-10-24)

Features

1.2.0

16 Oct 13:55
Compare
Choose a tag to compare

Features

  • rule: prefer-expect-query-by (#22)

v1.1.1

09 Oct 07:50
Compare
Choose a tag to compare

Small release just for fixing package version

v1.1.0

09 Oct 07:38
Compare
Choose a tag to compare

no-debug: renderFunctions options added (#19)

Initial release

02 Oct 08:02
Compare
Choose a tag to compare

Initial release for eslint-plugin-testing-library 🎉

Follow Testing Library best practices and anticipate common mistakes with this ESLint plugin:

  • 5 rules added: await-async-query, await-fire-event, no-await-sync-query, no-debug and no-dom-import
  • Recommended shareable config included
  • Shareable configs with specific rules for different frameworks included: Angular, React and Vue
  • Autofix some rules