urql

The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

MIT License

Downloads
11.4M
Stars
8.5K
Committers
249

Bot releases are visible (Hide)

urql - https://github.com/urql-graphql/urql/releases/tag/[email protected]

Published by urql-ci almost 3 years ago

Patch Changes

  • Extend peer dependency range of graphql to include ^16.0.0.
    As always when upgrading across many packages of urql, especially including @urql/core we recommend you to deduplicate dependencies after upgrading, using npm dedupe or npx yarn-deduplicate, by @kitten (See #2133)
  • Updated dependencies (See #2133)

Patch Changes

  • Extend peer dependency range of graphql to include ^16.0.0.
    As always when upgrading across many packages of urql, especially including @urql/core we recommend you to deduplicate dependencies after upgrading, using npm dedupe or npx yarn-deduplicate, by @kitten (See #2133)
  • Updated dependencies (See #2133)

Patch Changes

  • Extend peer dependency range of graphql to include ^16.0.0.
    As always when upgrading across many packages of urql, especially including @urql/core we recommend you to deduplicate dependencies after upgrading, using npm dedupe or npx yarn-deduplicate, by @kitten (See #2133)
  • Updated dependencies (See #2133)

Patch Changes

  • Extend peer dependency range of graphql to include ^16.0.0.
    As always when upgrading across many packages of urql, especially including @urql/core we recommend you to deduplicate dependencies after upgrading, using npm dedupe or npx yarn-deduplicate, by @kitten (See #2133)
  • Updated dependencies (See #2133)

Patch Changes

  • Extend peer dependency range of graphql to include ^16.0.0.
    As always when upgrading across many packages of urql, especially including @urql/core we recommend you to deduplicate dependencies after upgrading, using npm dedupe or npx yarn-deduplicate, by @kitten (See #2133)
  • Updated dependencies (See #2133)

Patch Changes

  • Extend peer dependency range of graphql to include ^16.0.0.
    As always when upgrading across many packages of urql, especially including @urql/core we recommend you to deduplicate dependencies after upgrading, using npm dedupe or npx yarn-deduplicate, by @kitten (See #2133)
  • Updated dependencies (See #2133)

Patch Changes

  • Extend peer dependency range of graphql to include ^16.0.0.
    As always when upgrading across many packages of urql, especially including @urql/core we recommend you to deduplicate dependencies after upgrading, using npm dedupe or npx yarn-deduplicate, by @kitten (See #2133)
  • Updated dependencies (See #2133)

Patch Changes

  • Extend peer dependency range of graphql to include ^16.0.0.
    As always when upgrading across many packages of urql, especially including @urql/core we recommend you to deduplicate dependencies after upgrading, using npm dedupe or npx yarn-deduplicate, by @kitten (See #2133)
  • Updated dependencies (See #2133)

Patch Changes

  • Extend peer dependency range of graphql to include ^16.0.0.
    As always when upgrading across many packages of urql, especially including @urql/core we recommend you to deduplicate dependencies after upgrading, using npm dedupe or npx yarn-deduplicate, by @kitten (See #2133)
  • Updated dependencies (See #2133)

Patch Changes

Patch Changes

  • ⚠️ Fix Crypto API support for Web Workers and Node Crypto in ESM mode. Previously, when Node Crypto was required in Node ESM mode it would result in an error instead, since we didn't try a dynamic import fallback, by @kitten (See #2123)

Patch Changes

  • ⚠️ Fix operations sometimes not being executed after a retry is supposed to be triggered, due to a setTimeout reordering issue when the timer isn't as predictable as it should be, by @kitten (See #2124)
urql - https://github.com/urql-graphql/urql/releases/tag/[email protected]

Published by urql-ci almost 3 years ago

Patch Changes

  • ⚠️ Fix bail when the getInitialProps call indicates we've finished the response, by @JoviDeCroock (See #2101)

Patch Changes

  • ⚠️ Fix issue where maskTypename would ignore array shapes, by @JoviDeCroock (See #2074)
urql - https://github.com/urql-graphql/urql/releases/tag/[email protected]

Published by urql-ci almost 3 years ago

Minor Changes

Minor Changes

Patch Changes

Patch Changes

  • ⚠️ Fix initialize operationStore with fetching: false, the invocation of query or any other operation will mark it as true
    when deemed appropriate, by @JoviDeCroock (See #2048)
  • Updated dependencies (See #2027 and #1998)

Patch Changes

  • Prevent Buffer from being polyfilled by an automatic detection in Webpack. Instead of referencing the Buffer global we now simply check the constructor name, by @kitten (See #2027)
  • ⚠️ Fix error-type of an ExecutionResult to line up with subscription-libs, by @JoviDeCroock (See #1998)

Minor Changes

  • Provide the client as a ref so it can observe changes. This change is potentially breaking for
    anyone using the useClient import as it will now return a Ref<Client> rather than a Client, by @JoviDeCroock (See #2047)

Patch Changes

Changelog

v0.1.0

Initial Release