Releases: wheresrhys/fetch-mock
Releases · wheresrhys/fetch-mock
fetch-mock: v11.0.0
11.0.0 (2024-08-03)
⚠ BREAKING CHANGES
- force fetch-mock major release
Bug Fixes
- force fetch-mock major release (1b31416)
core: v0.4.8
0.4.8 (2024-08-03)
Documentation Changes
- document and test behaviour with multiple missing headers (88d0440)
core: v0.4.7
0.4.7 (2024-08-02)
Bug Fixes
- correct types so that global optiosn can be passed in to route (13e1fc6)
core: v0.4.6
0.4.6 (2024-07-30)
Bug Fixes
- now more spec compliant on exceptions (ceec07f)
core: v0.4.5
0.4.5 (2024-07-26)
Features
- allow spying on just one route (a9638fc)
- rename restoreGlobal to unmockGlobal (3ad4241)
core: v0.4.4
0.4.4 (2024-07-25)
Features
- cancel readable streams as effectively as possible (aa3b899)
- support multiple url matchers at once (c83d9f9)
@fetch-mock/core 0.4.1
Proper distribution build
core: v0.4.3
0.4.3 (2024-07-24)
Bug Fixes
- make a more sensible decision about matching body (0ef50d6)
core: v0.4.2
0.4.2 (2024-07-24)
Features
- make query parameters available on CallLog (8ec57ac)