Apollo Upload Client Versions Save

A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, or Blob instances), or else fetches a regular GraphQL POST or GET request (depending on the config and GraphQL operation).

v8.0.0

6 years ago

v7.1.0

6 years ago
  • Updated dependencies.
  • Stop using named imports from CJS dependencies in ESM, fixing #72.
  • Match an error handling tweak in the official HTTP links.

Includes all the changes from:

v7.1.0-alpha.2

6 years ago
  • Updated dependencies.
  • Using new apollo-link-http-common API.
  • Corrected aborting fetch, fixing #70.

v7.1.0-alpha.1

6 years ago
  • Updated dependencies.
  • Using apollo-link-http-common for commonality with the official HTTP links:
    • Removed graphql peer dependency.
    • Aborting fetch supported.
    • Fixes #47 and #61.
  • More robust npm scripts.
  • HTTPS package.json author URL.

v7.0.0-alpha.4

6 years ago

v7.0.0-alpha.3

6 years ago

v7.0.0-alpha.2

6 years ago
  • Updated dependencies.
  • Updated peer dependencies to support [email protected].
  • Added a clean step to builds.
  • Smarter Babel config with .babelrc.js.
  • Modular project structure that works better for native ESM.
  • Target Node.js v6.10+ for transpilation and polyfills via package.json engines, matching the version supported by apollo-upload-server.
  • Support browsers with >1% global usage (was >2%).
  • Updated the readme support section.

v7.0.0-alpha.1

6 years ago

v6.0.3

6 years ago
  • Response is set on the context, via #40.
  • Configured lint-staged for .mjs.

v6.0.2

6 years ago