Skip to content

Releases: wheresrhys/fetch-mock

Actually detect presence of jest

19 Dec 04:33
Compare
Choose a tag to compare
Pre-release
v8.2.0-beta.2

detect presence of jest successfully

Experimental workaround for jest circular dep

19 Dec 04:13
Compare
Choose a tag to compare
v8.2.0-beta.1

fix lnting

Throw correct error type when aborting

19 Dec 04:59
5c4f18c
Compare
Choose a tag to compare
Merge pull request #485 from Sayan751/topic/abort-error

fix(abort): throwing DOMEXception when available

Add support for a URL instance as a matcher

15 Dec 12:29
85a9904
Compare
Choose a tag to compare
Merge pull request #484 from wheresrhys/URL-matcher

support using a URL object as a matcher

Fix bug #477

14 Dec 18:06
d34c359
Compare
Choose a tag to compare

Shorthand methods such as get() were not applying the shorthand options i.e. {method: 'get'} when called with an object rather than matcher, response, options triples

This release fixes that bug

Remove funding script

13 Dec 22:30
60136e6
Compare
Choose a tag to compare

It was causing install problems in node 12.3.1

Fixes failure to use signal defined directly on Request instance

04 Dec 22:38
67c3abb
Compare
Choose a tag to compare
Merge pull request #479 from wheresrhys/signal-request

Signal request

Version 8

12 Nov 20:17
Compare
Choose a tag to compare
  • implements ES modules
  • hopefully resolves problems with babel-core clashes
  • adds typescript types
  • removes the UNMATCHED and MATCHED constants, and no longer exports fetchMock as a property, as well as the default, export
  • only includes the whatwg-url polyfill in nodejs

Prefer not to use built ins in client esm bundles

02 Nov 12:01
Compare
Choose a tag to compare
v8.0.0-alpha.14

really fix

Publish from correct branch

02 Nov 11:51
Compare
Choose a tag to compare
Pre-release
v8.0.0-alpha.13

upgrade dtslint