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

Changelog#

1.0.0#

Patch Changes#

  • Updated dependencies (See #3789 and #3807)
    • @urql/core@6.0.0

0.3.1#

Patch Changes#

  • Omit minified files and sourcemaps' sourcesContent in published packages Submitted by @kitten (See #3755)
  • Updated dependencies (See #3755)
    • @urql/core@5.1.1

0.3.0#

Minor Changes#

  • Mark @urql/core as a peer dependency as well as a regular dependency Submitted by @kitten (See #3579)

0.2.1#

Patch Changes#

  • Publish with npm provenance Submitted by @kitten (See #3180)

0.2.0#

Minor Changes#

  • Update exchanges to drop redundant share calls, since @urql/core’s composeExchanges utility now automatically does so for us Submitted by @kitten (See #3082)

Patch Changes#

v0.1.0#

Initial Release