Skip to content

Releases: nutgaard/yet-another-fetch-mock

v4.2.1

19 Mar 21:53
7a469c4

Choose a tag to compare

4.2.1 (2023-03-19)

Bug Fixes

  • tar: include source in published package to help with sourcemaps (7a469c4)

v4.2.0

19 Mar 21:47

Choose a tag to compare

4.2.0 (2023-03-19)

Features

  • esm: bumped dependencies and added esm support (78ab88b)

v4.1.0

10 Sep 13:12
244f0c8

Choose a tag to compare

4.1.0 (2020-09-10)

Features

  • logging: add feature-flag to suppress real-fetch warning (bc9c729)

v4.0.0

15 Jun 11:57
f32a3da

Choose a tag to compare

4.0.0 (2020-06-15)

Code Refactoring

  • types: changed type-names from HandlerXXX to MockXXX (792b9d6)

Features

  • api: reworked api to make it less error prone (b722cfb)

BREAKING CHANGES

  • types: type-names changed
  • api: argumentHandler-magic removed from api, and replaced with an easier to understand
    setup similar to msw

v3.4.0

16 Jan 16:50
929cd28

Choose a tag to compare

3.4.0 (2020-01-16)

Features

  • reset: added reset functionality to mock and spy (ed0a4e3)

v3.3.1

25 Oct 10:19
6da0f6f

Choose a tag to compare

3.3.1 (2019-10-25)

Bug Fixes

  • warn: added warning if matcherUrl contains queryparams (cd57904)

v3.3.0

17 Oct 15:16
81fb819

Choose a tag to compare

3.3.0 (2019-10-17)

Features

  • edge: added ignoreMiddlewareIfFallback flag (42aeac7)

v3.2.0

22 Jul 12:30

Choose a tag to compare

3.2.0 (2019-07-22)

Features

  • middleware: added a default logging middleware (1ad815f)

v3.1.1

26 Feb 21:52

Choose a tag to compare

3.1.1 (2019-02-26)

Bug Fixes

  • added documentation, and forcing a publication to update npmjs (f6c1b8c)

v3.1.0

26 Feb 21:32
ac83a3e

Choose a tag to compare

3.1.0 (2019-02-26)

Features

  • spy: Added SpyMiddleware (764233f)