Skip to content

Releases: jaydenseric/apollo-upload-client

Version 8.0.0

08 Mar 02:08
Compare
Choose a tag to compare

Version 7.1.0

07 Mar 02:18
Compare
Choose a tag to compare
  • 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:

Version 7.1.0-alpha.2

23 Feb 01:31
Compare
Choose a tag to compare
Version 7.1.0-alpha.2 Pre-release
Pre-release
  • Updated dependencies.
  • Using new apollo-link-http-common API.
  • Corrected aborting fetch, fixing #70.

Version 7.1.0-alpha.1

16 Feb 02:49
Compare
Choose a tag to compare
Version 7.1.0-alpha.1 Pre-release
Pre-release
  • 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.

Version 7.0.0-alpha.4

29 Jan 02:45
Compare
Choose a tag to compare
Version 7.0.0-alpha.4 Pre-release
Pre-release

Version 7.0.0-alpha.3

17 Jan 02:20
Compare
Choose a tag to compare
Version 7.0.0-alpha.3 Pre-release
Pre-release

Version 7.0.0-alpha.2

15 Jan 06:04
Compare
Choose a tag to compare
Version 7.0.0-alpha.2 Pre-release
Pre-release
  • 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.

Version 7.0.0-alpha.1

19 Nov 13:20
Compare
Choose a tag to compare
Version 7.0.0-alpha.1 Pre-release
Pre-release

Version 6.0.3

19 Nov 12:14
Compare
Choose a tag to compare
  • Response is set on the context, via #40.
  • Configured lint-staged for .mjs.

Version 6.0.2

13 Nov 02:18
Compare
Choose a tag to compare