Releases: jaydenseric/apollo-upload-client
Releases · jaydenseric/apollo-upload-client
Version 4.0.0
Version 3.0.3
- The
extractRequestFiles
helper no longer converts the query AST to string as a side-effect, fixing #5.
Version 3.0.2
- Updated dependencies.
- Fall back to regular network interface fetch methods if SSR or no files to upload, fixing #3.
Version 3.0.1
- Better transpilation with
babel-runtime
. This should improve IE 11 support.
Version 3.0.0
- Support
apollo-upload-server
v2 and query batching. - Removed the seemingly redundant
Accept
header from requests. - Clearer package description.
Version 2.0.2
- Updated dependencies.
- Internal refactor for a cleaner ES6 class extension and method override.
Version 2.0.1
- Removed two unversioned files prematurely published to npm.
Version 2.0.0
- Updated dependencies.
- New API:
- Now exporting the custom network interface, which has been renamed
HTTPUploadNetworkInterface
. This enables it to be extended externally. - In preparation for adding another batched network interface,
createNetworkInterface
is now a named and not default export.
- Now exporting the custom network interface, which has been renamed
- Fixed the
uri
argument forcreateNetworkInterface
ending up in the request options. - Internally simplified
apollo-client
imports. - Simpler linting setup.
Version 1.0.2
- Fixed broken Github deep links in the readme.
- Readme rewording.
- Simplified
package.json
description.
Version 1.0.1
- Added missing metadata to
package.json
.