Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 19 Mar 12:23
· 468 commits to master since this release
  • 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.