Skip to content

Releases: wheresrhys/fetch-mock

@fetch-mock/core 0.4.1

24 Jul 17:30
Compare
Choose a tag to compare

Proper distribution build

core: v0.4.3

24 Jul 20:21
741fc13
Compare
Choose a tag to compare
core: v0.4.3 Pre-release
Pre-release

0.4.3 (2024-07-24)

Bug Fixes

  • make a more sensible decision about matching body (0ef50d6)

core: v0.4.2

24 Jul 19:55
d1ce46c
Compare
Choose a tag to compare
core: v0.4.2 Pre-release
Pre-release

0.4.2 (2024-07-24)

Features

  • make query parameters available on CallLog (8ec57ac)

core: v0.4.0

24 Jul 12:53
acdd8a3
Compare
Choose a tag to compare
core: v0.4.0 Pre-release
Pre-release

0.4.0 (2024-07-24)

⚠ BREAKING CHANGES

  • defined route shorthand methods more declaratively

refactor

  • defined route shorthand methods more declaratively (f42d240)

fetch-mock: v10.1.1

23 Jul 17:36
812f462
Compare
Choose a tag to compare

10.1.1 (2024-07-23)

Bug Fixes

  • change module system declaratuions to avoid top level type: module (ed00140)

Attempt to fix typescript cjs imports

23 Jul 11:02
0c9be3b
Compare
Choose a tag to compare
Pre-release
fetch-mock-v10.1.1-alpha.1

create alpha release

core: v0.3.1

23 Jul 17:36
812f462
Compare
Choose a tag to compare
core: v0.3.1 Pre-release
Pre-release

0.3.1 (2024-07-23)

Documentation Changes

  • fixed tests and documented the async behaviour (664a6df)

core: v0.3.0

21 Jul 12:41
7b4aa6c
Compare
Choose a tag to compare
core: v0.3.0 Pre-release
Pre-release

0.3.0 (2024-07-21)

⚠ BREAKING CHANGES

  • matchers now take normalized requests as input
  • renamed func to matcherFunction
  • removed support for passing in a matcher under the generic name matcher
  • renamed functionMatcher to func

refactor

  • matchers now take normalized requests as input (da9dfe8)

Features

  • can now access express parameters in responses (41e2475)
  • removed support for passing in a matcher under the generic name matcher (f41d8f9)
  • renamed func to matcherFunction (e5679a7)
  • renamed functionMatcher to func (4cee629)
  • response builder function now expects a calllog (306357d)

core: v0.2.0

20 Jul 18:31
429a3db
Compare
Choose a tag to compare
core: v0.2.0 Pre-release
Pre-release

0.2.0 (2024-07-20)

⚠ BREAKING CHANGES

  • removed top level done and flush methods

Features

  • removed top level done and flush methods (49ae6f7)

Bug Fixes

  • callhistory created with instance.config, not this.config (87206e6)

fetch-mock: v10.1.0

18 Jul 05:38
8e34515
Compare
Choose a tag to compare

10.1.0 (2024-07-18)

Features

  • wip: replace dequal, glob-to-regexp and bump path-to-regexp (d8d8b25)

Bug Fixes