Skip to content

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

v2.0.0

28 Jan 15:06
1aa9238
Compare
Choose a tag to compare

2.0.0 (2020-01-28)

Features

  • new rule await-async-utils (#69) (6420867)
  • new rule no-get-by-for-checking-element-not-present (#65) (1aa9238)

BREAKING CHANGES

  • rule prefer-expect-query-by has disappeared in favor of new rule no-get-by-for-checking-element-not-present

v1.5.0

22 Jan 14:55
Compare
Choose a tag to compare

1.5.0 (2020-01-22)

Features

  • add support for resolves/rejects matchers in async queries (#64) (d0a1585)

v1.4.1

15 Jan 16:48
Compare
Choose a tag to compare

1.4.1 (2020-01-15)

Bug Fixes

  • prefer-expect-query-by: remove rule from shareable configs (#60) (93e2a8b)

Note that prefer-expect-query-by has to be manually enabled from now on.

v1.4.0

13 Jan 16:29
Compare
Choose a tag to compare

1.4.0 (2020-01-13)

Features

v1.3.4

10 Dec 15:15
Compare
Choose a tag to compare

1.3.4 (2019-12-10)

Bug Fixes

  • prefer-explicit-assert: check if node property is accessed (#52) (7b8c2c6)

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)