Releases: wheresrhys/fetch-mock
Releases · wheresrhys/fetch-mock
fetch-mock: v12.3.0
12.3.0 (2025-02-04)
Features
- added overwriteRoutes: true rule to codemods (b3d1468)
- implemented modifyRoute() method (f62e3d6)
- implemented removeRoute method (584a861)
Bug Fixes
- make types for modify route config more accurate (6894569)
- prevented overwriting stickiness of a route (87f8c9b)
vitest: v0.2.8
0.2.8 (2025-02-04)
Dependencies
- The following workspace dependencies were updated
- dependencies
- fetch-mock bumped from ^12.2.1 to ^12.3.0
jest: v0.2.10
0.2.10 (2025-02-04)
Dependencies
- The following workspace dependencies were updated
- dependencies
- fetch-mock bumped from ^12.2.1 to ^12.3.0
codemods: v0.1.3
0.1.3 (2025-02-04)
Features
- added overwriteRoutes: true rule to codemods (b3d1468)
Documentation Changes
- added documentation fro new modifyRoute method (0d007d6)
fetch-mock: v12.2.1
12.2.1 (2025-01-28)
Bug Fixes
- fix failure to spy in browsers (bfaa5f3)
vitest: v0.2.7
0.2.7 (2025-01-28)
Dependencies
- The following workspace dependencies were updated
- dependencies
- fetch-mock bumped from ^12.2.0 to ^12.2.1
jest: v0.2.9
0.2.9 (2025-01-28)
Bug Fixes
- force release of @fetch-mock/jest (7ff5915)
Dependencies
- The following workspace dependencies were updated
- dependencies
- fetch-mock bumped from ^12.2.0 to ^12.2.1
jest: v0.2.8
0.2.8 (2025-01-11)
Bug Fixes
- incorrect Jest extension TypeScript type (9d47c33)
jest: v0.2.7
0.2.7 (2024-11-29)
Bug Fixes
- add not type definitions (68b24e7)
- adding jestMock extension support to match documentation (9e41a81)
- adding types to jest matchers (033048a)
fetch-mock: v12.2.0
12.2.0 (2024-11-15)
Features
- implement new hardReset method (d7e0776)
- update codemods to use hardReset() (757d480)