Skip to content

Releases: wheresrhys/fetch-mock

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

core: v0.1.1

18 Jul 05:38
8e34515
Compare
Choose a tag to compare
core: v0.1.1 Pre-release
Pre-release

0.1.1 (2024-07-18)

Features

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

Bug Fixes

  • replace path-to-regexp with regexparam (4bf3e32)

fetch-mock: v10.0.8

15 Jul 17:11
29cffe4
Compare
Choose a tag to compare

10.0.8 (2024-07-15)

Bug Fixes

  • rename fetch-mock-legacy directory to fetch-mock (95fd761)
  • test release please again (3a9eb12)

Miscellaneous

core: v0.1.0

15 Jul 19:17
72c9a61
Compare
Choose a tag to compare
core: v0.1.0 Pre-release
Pre-release

0.1.0 (2024-07-15)

Bug Fixes

  • install core package dependencies (9c73e76)