Skip to content

Releases: jest-community/eslint-plugin-jest

v21.8.0

09 Feb 15:06

Choose a tag to compare

21.8.0 (2018-02-09)

Features

v21.7.1

09 Feb 14:56

Choose a tag to compare

21.7.1 (2018-02-09)

Bug Fixes

  • include meta.docs.url for all rules (824c2a3)

v21.7.0

17 Jan 14:31

Choose a tag to compare

21.7.0 (2018-01-17)

Features

  • implement valid-expect-in-promise rule (#42) (eb31a54)

v21.6.2

13 Jan 16:54
16889bb

Choose a tag to compare

21.6.2 (2018-01-13)

Bug Fixes

  • valid-expect: error on missing async matchers (#53) (16889bb)

v21.6.1

09 Jan 14:28

Choose a tag to compare

21.6.1 (2018-01-09)

Bug Fixes

  • docs: prefer-expect-assertions rule docs (#49) (d96baca)

v21.6.0

09 Jan 07:55

Choose a tag to compare

21.6.0 (2018-01-09)

Features

  • implement prefer-expect-assertions rule (#43) (4effb3c)

v21.5.0

15 Dec 07:25

Choose a tag to compare

21.5.0 (2017-12-15)

Features

  • recommended: add plugin and globals env (446fe79), closes #37

v21.4.3

14 Dec 14:40

Choose a tag to compare

21.4.3 (2017-12-14)

Bug Fixes

  • update link to no-identical-title rule (#36) (2577b8c)

v21.4.2

06 Dec 14:46

Choose a tag to compare

21.4.2 (2017-12-06)

Bug Fixes

  • make .not.to{Be,Equal} autofixable (e25f7af)
  • support identifiers in to-be-undefined (c35f2a1)

v21.4.1

05 Dec 07:33

Choose a tag to compare

21.4.1 (2017-12-05)

Bug Fixes

  • add argument node checks (7673c54), closes #29
  • add null guards on argument selectors (2879920), closes #28