Skip to content

Releases: wheresrhys/fetch-mock

fetch-mock: v12.6.0

Choose a tag to compare

@github-actions github-actions released this 30 Oct 12:59
7ebc133

12.6.0 (2025-10-29)

Features

  • implement host: matcher (2b0a43d)

Documentation Changes

  • document new host matcher (6205357)

vitest: v0.2.18

vitest: v0.2.18 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Oct 12:59
7ebc133

0.2.18 (2025-10-29)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fetch-mock bumped from ^12.5.6 to ^12.6.0

jest: v0.2.20

jest: v0.2.20 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Oct 12:59
7ebc133

0.2.20 (2025-10-29)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fetch-mock bumped from ^12.5.6 to ^12.6.0

fetch-mock: v12.5.6

Choose a tag to compare

@github-actions github-actions released this 27 Oct 20:55
661b98f

12.5.6 (2025-10-27)

Bug Fixes

  • clean abort event listener once it's called or response is returned (4606250)
  • clean abort event listener once it's called or response is returned (ca51920)

vitest: v0.2.17

vitest: v0.2.17 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Oct 20:55
661b98f

0.2.17 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fetch-mock bumped from ^12.5.5 to ^12.5.6

jest: v0.2.19

jest: v0.2.19 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Oct 20:55
661b98f

0.2.19 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fetch-mock bumped from ^12.5.5 to ^12.5.6

fetch-mock: v12.5.5

Choose a tag to compare

@github-actions github-actions released this 22 Oct 11:01
31f5c97

12.5.5 (2025-10-21)

Bug Fixes

  • do not try to get a reader from a locked request oder response to cancel them (8c23ecf)
  • use optional chaining operator and do not try to cancel locked request or response to prevent errors (b1ff114)
  • use optional chaining operator to prevent errors (87f8399)

vitest: v0.2.16

vitest: v0.2.16 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Oct 11:01
31f5c97

0.2.16 (2025-10-21)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fetch-mock bumped from ^12.5.4 to ^12.5.5

jest: v0.2.18

jest: v0.2.18 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Oct 11:01
31f5c97

0.2.18 (2025-10-21)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • fetch-mock bumped from ^12.5.4 to ^12.5.5

fetch-mock: v12.5.4

Choose a tag to compare

@github-actions github-actions released this 28 Aug 17:41
5133c82

12.5.4 (2025-08-28)

Bug Fixes

  • apply browser exports fix for fetch-mock package (318cd94)