Releases: wheresrhys/fetch-mock
Releases · wheresrhys/fetch-mock
core: v0.4.0
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
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
fetch-mock-v10.1.1-alpha.1
create alpha release
core: v0.3.1
0.3.1 (2024-07-23)
Documentation Changes
- fixed tests and documented the async behaviour (664a6df)
core: v0.3.0
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
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
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
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
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
0.1.0 (2024-07-15)
Bug Fixes
- install core package dependencies (9c73e76)