Releases: windyroad/very-fetching
Releases · windyroad/very-fetching
@windyroad/[email protected]
Major Changes
- 65efee3:
wrapFetch
has been updated to default to wrappingglobalThis.fetch
. Additionally, the input
arguments have been swapped so thatfetchImpl
is now an optional parameter. This change makes
it easier to usewrapFetch
with the defaultfetch
implementation, and simplifies the
function signature by makingfetchImpl
optional.
@windyroad/[email protected]
Major Changes
-
cae9a6a:
glowUpFetchWithLinks
has been updated to use the new underlyingwrapFetch
function, which
now defaults to wrappingglobalThis.fetch
, andfetchImpl
is now an optional parameter.
This change simplifies the function signature and makes it easier to useglowUpFetchWithLinks
with the defaultfetch
implementation.fetchLinks
has been updated to use the newglowUpFetchWithLinks
, allowingfetchLinks
to
work with libraries that manipulateglobalThis.fetch
, such asmsw
.
Patch Changes
- Updated dependencies [80163cb]
- Updated dependencies [65efee3]
- Updated dependencies [6dadf99]
- @windyroad/[email protected]
- @windyroad/[email protected]
- @windyroad/[email protected]
@windyroad/[email protected]
Major Changes
- 80163cb:
decorateFetchResponse
has been updated to use the newwrapFetch
function, which now
defaults to wrappingglobalThis.fetch
. Additionally, the input arguments have been reordered
so thatfetchImpl
is now an optional parameter. This change simplifies the function signature
and makes it easier to usedecorateFetchResponse
with the defaultfetch
implementation.
Patch Changes
- Updated dependencies [65efee3]
- @windyroad/[email protected]
@windyroad/[email protected]
Major Changes
- 6dadf99:
adaptFetchInputs
has been updated to use the newwrapFetch
function, which now
defaults to wrappingglobalThis.fetch
. Additionally, the input arguments have been reordered
so thatfetchImpl
is now an optional parameter. This change simplifies the function signature
and makes it easier to useadaptFetchInputs
with the defaultfetch
implementation.
Patch Changes
- Updated dependencies [65efee3]
- @windyroad/[email protected]
@windyroad/[email protected]
Minor Changes
- af8d40b: Added shareable configuration for markdownlint
@windyroad/[email protected]
Major Changes
- c4fadec: Initial release