Releases: wheresrhys/fetch-mock
Releases · wheresrhys/fetch-mock
Try new monorepo release
v10.0.8-alpha.1 make type tests run with esm version of types
Make type definitions compatible with ESM and CommonJs
v10.0.7 make type tests run with esm version of types
Fix type definitions
v10.0.6 fix type definitions
Fix exports
v10.0.5 includ src in package distribution
Simple API for naming routes
e.g. .mock('/path', 200, 'my-name')
Remove custom aborterror implementation
v10.0.3 remove custom abort error implementation
Support matching data URLs
v10.0.2 stop using old URL.URL api
Small fixes to types
v10.0.1 adding fetch-mock-tests for sticky
ESM and native fetch
A major rewrite to use ESM modules and default to using native fetch in all environments
Other than that the API remains unchanged
Alpha release of v10
Mainly to test new build pipeline at this stage, though hopefully the published resources will actually work)