Skip to content

Releases: windyroad/very-fetching

@windyroad/[email protected]

18 Jul 13:27
e7b791f
Compare
Choose a tag to compare

Major Changes

  • 65efee3: wrapFetch has been updated to default to wrapping globalThis.fetch. Additionally, the input
    arguments have been swapped so that fetchImpl is now an optional parameter. This change makes
    it easier to use wrapFetch with the default fetch implementation, and simplifies the
    function signature by making fetchImpl optional.

@windyroad/[email protected]

18 Jul 13:27
e7b791f
Compare
Choose a tag to compare

Major Changes

  • cae9a6a: glowUpFetchWithLinks has been updated to use the new underlying wrapFetch function, which
    now defaults to wrapping globalThis.fetch, and fetchImpl is now an optional parameter.
    This change simplifies the function signature and makes it easier to use glowUpFetchWithLinks
    with the default fetch implementation.

    fetchLinks has been updated to use the new glowUpFetchWithLinks, allowing fetchLinks to
    work with libraries that manipulate globalThis.fetch, such as msw.

Patch Changes

@windyroad/[email protected]

18 Jul 13:27
e7b791f
Compare
Choose a tag to compare

Major Changes

  • 80163cb: decorateFetchResponse has been updated to use the new wrapFetch function, which now
    defaults to wrapping globalThis.fetch. Additionally, the input arguments have been reordered
    so that fetchImpl is now an optional parameter. This change simplifies the function signature
    and makes it easier to use decorateFetchResponse with the default fetch implementation.

Patch Changes

@windyroad/[email protected]

18 Jul 13:27
e7b791f
Compare
Choose a tag to compare

Major Changes

  • 6dadf99: adaptFetchInputs has been updated to use the new wrapFetch function, which now
    defaults to wrapping globalThis.fetch. Additionally, the input arguments have been reordered
    so that fetchImpl is now an optional parameter. This change simplifies the function signature
    and makes it easier to use adaptFetchInputs with the default fetch implementation.

Patch Changes

@windyroad/[email protected]

14 Jul 12:34
c5d464b
Compare
Choose a tag to compare

Minor Changes

  • af8d40b: Added shareable configuration for markdownlint

@windyroad/[email protected]

13 Jul 09:10
2e68145
Compare
Choose a tag to compare

Major Changes

v1.0.0

10 Jul 08:27
Compare
Choose a tag to compare

1.0.0 (2023-07-10)

Features

  • decorate-fetch-response: added initial implementation (505a5a1)
  • wrap-fetch: added wrap-fetch package (46029e9)
  • wrap-fetch: added wrap-fetch package (aec84fc)

@windyroad/xo-config-v1.0.0

10 Jul 12:44
Compare
Choose a tag to compare

@windyroad/xo-config-v1.0.0 (2023-07-10)

Features

  • wrap-fetch: added wrap-fetch package (aec84fc)

@windyroad/wrap-fetch-v1.0.0

10 Jul 12:44
Compare
Choose a tag to compare

@windyroad/wrap-fetch-v1.0.0 (2023-07-10)

Features

  • wrap-fetch: added wrap-fetch package (46029e9)
  • wrap-fetch: added wrap-fetch package (aec84fc)

@windyroad/decorate-fetch-response-v1.0.0

10 Jul 12:44
Compare
Choose a tag to compare

@windyroad/decorate-fetch-response-v1.0.0 (2023-07-10)

Features

  • decorate-fetch-response: added initial implementation (505a5a1)
  • wrap-fetch: added wrap-fetch package (aec84fc)