Releases: windyroad/very-fetching
@windyroad/[email protected]
Patch Changes
- e7b3f4b: fixed issues handling relative urls when the response.url is undefined or not a valid URL.
- Updated dependencies [e7b3f4b]
- @windyroad/[email protected]
@windyroad/[email protected]
Patch Changes
- Updated dependencies [ce5a4e8]
- @windyroad/[email protected]
@windyroad/[email protected]
Minor Changes
- e7b3f4b: Additional
getUrlFragment
utility function is exported
@windyroad/[email protected]
Patch Changes
- ce5a4e8: fixed issues handling relative urls when the response.url is undefined or not a valid URL.
@windyroad/[email protected]
Major Changes
-
57fca4d: Created
@windyroad/link-header
, a browser compatible Typescript fork of HTTP Link Header, to allow
@windyroad/fetch-link
and@windyroad/fetch-fragment
to be used in browsers.A huge shout-out to the team behind the HTTP Link Header. The comprehensive implementation and set
of tests, made porting it to Typescript a breeze.
@windyroad/[email protected]
Patch Changes
- Updated dependencies [8c9d160]
- @windyroad/[email protected]
@windyroad/[email protected]
Patch Changes
-
57fca4d: Created
@windyroad/link-header
, a browser compatible Typescript fork of HTTP Link Header, to allow
@windyroad/fetch-link
and@windyroad/fetch-fragment
to be used in browsers.A huge shout-out to the team behind the HTTP Link Header. The comprehensive implementation and set
of tests, made porting it to Typescript a breeze. -
Updated dependencies [57fca4d]
- @windyroad/[email protected]
- @windyroad/[email protected]
@windyroad/[email protected]
Patch Changes
- 8c9d160: Fixed error handling links with relative URLs
@windyroad/[email protected]
Patch Changes
-
57fca4d: Created
@windyroad/link-header
, a browser compatible Typescript fork of HTTP Link Header, to allow
@windyroad/fetch-link
and@windyroad/fetch-fragment
to be used in browsers.A huge shout-out to the team behind the HTTP Link Header. The comprehensive implementation and set
of tests, made porting it to Typescript a breeze. -
Updated dependencies [57fca4d]
- @windyroad/[email protected]
@windyroad/[email protected]
Major Changes
-
599b478: Our build was producing invalid JS, as relative imports were missing file extensions.
See Compiled JavaScript import is missing file extension #40878
and "module": "node16" should support extension rewriting #49083
for details about this issue.The xo-config for the Windy Road code style has been updated to check for extensions. This
will occasionally lead to false positives for imports like
import {setupServer} from 'msw/node'
. These false positives can be disabled with an inline
eslint rule. e.g.// eslint-disable-next-line n/file-extension-in-import