Releases: jaydenseric/apollo-upload-client
Releases · jaydenseric/apollo-upload-client
Version 8.0.0
- Abandon
.mjs
until Apollo provides native ESM, fixing #72. - New readme logo URL that doesn’t need to be updated every version.
Version 7.1.0
- 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
- Updated dependencies.
- Using new
apollo-link-http-common
API. - Corrected aborting fetch, fixing #70.
Version 7.1.0-alpha.1
- Updated dependencies.
- Using
apollo-link-http-common
for commonality with the official HTTP links: - More robust npm scripts.
- HTTPS
package.json
author URL.
Version 7.0.0-alpha.4
- Updated dependencies.
- Added support for
Blob
types, via #58. - Readme updates:
- Added a GraphQL multipart request spec server implementation list link to the intro.
- Misc. tweaks.
Version 7.0.0-alpha.3
- Updated dependencies.
extract-files
v3 replaces files extracted from properties withnull
instead of deleting the property; see jaydenseric/extract-files#4. This improves compliance with the GraphQL multipart request spec. It’s not a breaking change forapollo-upload-server
, but it might be for other implementations.
Version 7.0.0-alpha.2
- 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 byapollo-upload-server
. - Support browsers with >1% global usage (was >2%).
- Updated the readme support section.
Version 7.0.0-alpha.1
- Conform to the GraphQL multipart request spec v2.0.0-alpha.2.
- Don’t set empty request
operationName
orvariables
.
Version 6.0.3
- Response is set on the context, via #40.
- Configured
lint-staged
for.mjs
.
Version 6.0.2
- Fix broken exports. See babel/babel#6805.