Skip to content

Releases: nutgaard/yet-another-fetch-mock

v3.0.0

26 Feb 21:07
4e61128

Choose a tag to compare

3.0.0 (2019-02-26)

Features

  • massive dependency upgrade (3c8194d)

BREAKING CHANGES

  • typescript 3.x.x, potensially breaking

v2.4.1

12 Feb 19:37

Choose a tag to compare

2.4.1 (2019-02-12)

Bug Fixes

  • log: Better logging when no route-match is found (a7e7e1a), closes #4

v2.4.0

18 Oct 10:45

Choose a tag to compare

2.4.0 (2018-10-18)

Features

  • response-utils: Added helper-function to add headers to response (045dc6d)

v2.3.3

12 Jun 06:42

Choose a tag to compare

2.3.3 (2018-06-12)

Bug Fixes

  • jsontypes: Allow null in JSONValue-type (05b719a)

v2.3.2

12 Apr 12:03

Choose a tag to compare

2.3.2 (2018-04-12)

Bug Fixes

  • response: Ensure statusCode is correctly set (b75d95a)

v2.3.1

05 Apr 12:36

Choose a tag to compare

2.3.1 (2018-04-05)

Bug Fixes

  • export: Forgot exporting MiddlewareUtils (51282b0)

v2.3.0

05 Apr 12:32
d7cce99

Choose a tag to compare

2.3.0 (2018-04-05)

Features

  • middleware: Added delay and failureRate middleware, and combine of these (8eabe6a), closes #2

v2.2.0

04 Apr 17:40

Choose a tag to compare

2.2.0 (2018-04-04)

Features

  • MockHandler: Allows (HandlerArguments) => JSONValue as MockHandler (83a3f16), closes #1

v2.1.6

05 Mar 09:48

Choose a tag to compare

2.1.6 (2018-03-05)

Bug Fixes

  • types: Extended middleware-type to support Promise (6d27f1b)

v2.1.5

05 Mar 07:46

Choose a tag to compare

2.1.5 (2018-03-05)

Bug Fixes

  • fetch: Calling realfetch with correct scope (144f2ae)