Skip to content

Releases: jaydenseric/apollo-upload-client

Version 4.0.0

20 Apr 04:09
Compare
Choose a tag to compare
  • Corrected the API for configuring fetch options, fixing #6 (#7).

Version 3.0.3

09 Apr 04:34
Compare
Choose a tag to compare
  • The extractRequestFiles helper no longer converts the query AST to string as a side-effect, fixing #5.

Version 3.0.2

05 Apr 04:45
Compare
Choose a tag to compare
  • Updated dependencies.
  • Fall back to regular network interface fetch methods if SSR or no files to upload, fixing #3.

Version 3.0.1

26 Mar 13:54
Compare
Choose a tag to compare
  • Better transpilation with babel-runtime. This should improve IE 11 support.

Version 3.0.0

26 Mar 12:59
Compare
Choose a tag to compare
  • Support apollo-upload-server v2 and query batching.
  • Removed the seemingly redundant Accept header from requests.
  • Clearer package description.

Version 2.0.2

26 Mar 04:56
Compare
Choose a tag to compare
  • Updated dependencies.
  • Internal refactor for a cleaner ES6 class extension and method override.

Version 2.0.1

19 Mar 12:33
Compare
Choose a tag to compare
  • Removed two unversioned files prematurely published to npm.

Version 2.0.0

19 Mar 12:23
Compare
Choose a tag to compare
  • 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.
  • Fixed the uri argument for createNetworkInterface ending up in the request options.
  • Internally simplified apollo-client imports.
  • Simpler linting setup.

Version 1.0.2

24 Feb 03:08
Compare
Choose a tag to compare
  • Fixed broken Github deep links in the readme.
  • Readme rewording.
  • Simplified package.json description.

Version 1.0.1

24 Feb 02:24
Compare
Choose a tag to compare
  • Added missing metadata to package.json.