Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
@urql/exchange-populate#
2.0.0#
Patch Changes#
1.2.1#
Patch Changes#
- Omit minified files and sourcemaps'
sourcesContentin published packages Submitted by @kitten (See #3755) - Updated dependencies (See #3755)
- @urql/core@5.1.1
1.2.0#
Minor Changes#
- Mark
@urql/coreas a peer dependency as well as a regular dependency Submitted by @kitten (See #3579)
1.1.2#
Patch Changes#
1.1.1#
Patch Changes#
- Upgrade to
wonka@^6.3.0Submitted by @kitten (See #3104) - Add TSDocs for all exchanges, documenting API internals Submitted by @kitten (See #3072)
- Updated dependencies (See #3101, #3033, #3054, #3053, #3060, #3081, #3039, #3104, #3082, #3097, #3061, #3055, #3085, #3079, #3087, #3059, #3055, #3057, #3050, #3062, #3051, #3043, #3063, #3054, #3102, #3097, #3106, #3058, and #3062)
- @urql/core@4.0.0
1.1.0#
Minor Changes#
- Introduce
maxDepthandskipTypeinto thepopulateExchange, these options allow you to specify the maximum depth a mutation should be populated as well as which types should not be counted towards this depth Submitted by @JoviDeCroock (See #3023)
Patch Changes#
1.0.0#
Major Changes#
- Goodbye IE11! 👋 This major release removes support for IE11. All code that is shipped will be transpiled much less and will not be ES5-compatible anymore, by @kitten (See #2504)
- Upgrade to Wonka v6 (
wonka@^6.0.0), which has no breaking changes but is built to target ES2015 and comes with other minor improvements. The library has fully been migrated to TypeScript which will hopefully help with making contributions easier!, by @kitten (See #2504)
Minor Changes#
- Remove the
babel-plugin-modular-graphqlhelper, this because the graphql package hasn't converted to ESM yet which gives issues in node environments, by @JoviDeCroock (See #2551)
Patch Changes#
0.2.3#
Patch Changes#
- Extend peer dependency range of
graphqlto include^16.0.0. As always when upgrading across many packages ofurql, especially including@urql/corewe recommend you to deduplicate dependencies after upgrading, usingnpm dedupeornpx yarn-deduplicate, by @kitten (See #2133) - Updated dependencies (See #2133)
- @urql/core@2.3.6
0.2.2#
Patch Changes#
- Remove closure-compiler from the build step (See #1570)
- Updated dependencies (See #1570, #1509, #1600, and #1515)
- @urql/core@2.1.0
0.2.1#
Patch Changes#
- Add missing
.mjsextension to all imports fromgraphqlto fix Webpack 5 builds, which require extension-specific import paths for ESM bundles and packages. This change allows you to safely upgrade to Webpack 5., by @kitten (See #1094) - Deprecate the
Operation.operationNameproperty in favor ofOperation.kind. This name was previously confusing asoperationNamewas effectively referring to two different things. You can safely upgrade to this new version, however to mute all deprecation warnings you will have to upgrade allurqlpackages you use. If you have custom exchanges that spread operations, please use the newmakeOperationhelper function instead, by @bkonkle (See #1045) - Updated dependencies (See #1094 and #1045)
- @urql/core@1.14.0
0.2.0#
Minor Changes#
- Support interfaces and nested interfaces, by @JoviDeCroock (See #963)
Patch Changes#
- Updated dependencies (See #1011)
- @urql/core@1.13.1
0.1.8#
Patch Changes#
- Upgrade to a minimum version of wonka@^4.0.14 to work around issues with React Native's minification builds, which use uglify-es and could lead to broken bundles, by @kitten (See #842)
- Updated dependencies (See #838 and #842)
- @urql/core@1.12.0
0.1.7#
Patch Changes#
- Add a
"./package.json"entry to thepackage.json's"exports"field for Node 14. This seems to be required by packages likerollup-plugin-svelteto function properly, by @JoviDeCroock (See #771) - ⚠️ Fix
visitWithTypeInfoimport, by @JoviDeCroock (See #771) - Updated dependencies (See #771)
- @urql/core@1.11.6
0.1.6#
Patch Changes#
- ⚠️ Fix @urql/exchange-populate visitWithTypeInfo import by bumping babel-plugin-modular-graphql, by @kitten (See #709)
0.1.5#
Patch Changes#
- Pick modules from graphql package, instead of importing from graphql/index.mjs, by @kitten (See #700)
- Updated dependencies (See #700)
- @urql/core@1.10.9
0.1.4#
Patch Changes#
- Add graphql@^15.0.0 to peer dependency range, by @kitten (See #688)
- Updated dependencies (See #688 and #678)
- @urql/core@1.10.8
0.1.3#
Patch Changes#
- ⚠️ Fix node resolution when using Webpack, which experiences a bug where it only resolves
package.json:maininstead ofmodulewhen an.mjsfile imports a package, by @JoviDeCroock (See #642) - Updated dependencies (See #642)
- @urql/core@1.10.4
0.1.2#
Patch Changes#
- ⚠️ Fix Node.js Module support for v13 (experimental-modules) and v14. If your bundler doesn't support
.mjsfiles and fails to resolve the new version, please double check your configuration for Webpack, or similar tools, by @JoviDeCroock (See #637) - Updated dependencies (See #637)
- @urql/core@1.10.3
0.1.1#
Patch Changes#
- Remove the shared package, this will fix the types file generation for graphcache, by @JoviDeCroock (See #579)
- Updated dependencies (See #577)
- @urql/core@1.9.2
0.1.0#
Initial release#
- Moved the
populateExchangefrom@urql/exchange-graphcacheto its own package.