Skip to content

Releases: IanVS/vitest-fetch-mock

v0.3.0

11 Jul 16:23
Compare
Choose a tag to compare

Breaking changes

  • Support Vitest 2
  • Require Node 18 and above

Fixes

  • Better TypeScript support

PRs:

  • Update to vitest 2 by @birtles in #18
  • Update dependencies by @IanVS in #20
  • Update node versions tested in CI by @IanVS in #19
  • Fix: move index.d.ts alongside index.js main entry by @drwpow in #11

New Contributors

Full Changelog: v0.2.2...v0.3.0

v0.2.2

22 Feb 16:03
Compare
Choose a tag to compare

What's Changed

Features

Docs

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

07 Jul 16:59
Compare
Choose a tag to compare

Support versions of vitest > 0.16

Full Changelog: v0.2.0...v0.2.1

v0.2.0 - Vitest 0.16+

07 Jul 01:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

11 Mar 21:15
72397f9
Compare
Choose a tag to compare

What's Changed

Initial fork from https://github.com/jefflau/jest-fetch-mock, adjusted to function with vitest (without global vi).