Skip to content

Releases: vitest-dev/eslint-plugin-vitest

v1.6.13

22 Mar 02:37
a011852

Choose a tag to compare

   🚀 Features

    View changes on GitHub

v1.6.12

13 Mar 19:15
a5cfe4f

Choose a tag to compare

    View changes on GitHub

What's Changed

  • fix: detect class/function type more reliably by @FloEdelmann in #882
  • fix(no-alias-methods): reverse toThrow/toThrowError alias direction by @FloEdelmann in #881

Full Changelog: v1.6.11...v1.6.12

v1.6.11

12 Mar 15:17
ba77927

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.6.10

09 Mar 16:11
99cd227

Choose a tag to compare

   🚀 Features

    View changes on GitHub

v1.6.9

14 Feb 18:00
84c64b7

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.6.8

14 Feb 17:12
481869c

Choose a tag to compare

No significant changes

    View changes on GitHub

What's Changed

Full Changelog: v1.6.7...v1.6.8

v1.6.7

09 Feb 22:42
12a2dd7

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.6.6

07 Jan 08:38
472ba3d

Choose a tag to compare

   🚀 Features

    View changes on GitHub

v1.6.5

02 Jan 21:00
23b771e

Choose a tag to compare

   🚀 Features

  • No-conditional-expect takes expect.assertions into account  -  by @vidarc in #840 (01f6d)

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

  • refactor: apply prettier to whole codebase by @G-Rath in #853
  • fix: treat vitest and vi the same by @G-Rath in #851
  • test(unbound-method): port most of the test suite by @G-Rath in #850
  • chore: update eslint-remote-tester by @G-Rath in #859
  • fix(prefer-mock-return-shorthand): ignore use of update expressions by @G-Rath in #858
  • fix(prefer-mock-return-shorthand): ignore async implementations by @G-Rath in #857
  • fix(prefer-mock-return-shorthand): don't report mutable implementations by @G-Rath in #855
  • refactor: Require rule name in createTestingLibraryRule return type and use rule.name in tests by @y-hsgw in #860
  • feat: no-conditional-expect takes expect.assertions into account by @vidarc in #840
  • docs: put rule descriptions after title by @G-Rath in #861

New Contributors

Full Changelog: v1.6.4...v1.6.5

v1.6.4

24 Dec 05:38
3250a9c

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

What's Changed

  • docs(no-conditional-expect): add asymmetric matchers to example usage by @wjhsf in #847
  • fix(unbound-method): ignore functions passed to vi.mocked by @G-Rath in #849
  • feat: create new prefer-mock-return-shorthand rule by @G-Rath in #848

New Contributors

Full Changelog: v1.6.3...v1.6.4