apollo-upload-client
Advanced tools
Changelog
6.0.1
core-js
imports due to @babel/polyfill@7.0.0-beta.32
.Changelog
6.0.0-beta.1
apollo-link
and graphql
peer dependencies.babel-preset-env
to handle polyfills so only required ones are included for our level of browser support.prettier
to format distribution code as well as source code.dist
directory to lib
..mjs
extension.babel-eslint
as the vanilla parser works fine.Changelog
5.1.1
ReactNativeFile.list
.Changelog
5.1.0
prepublishOnly
instead of prepublish
.ReactNativeFile
to a separate extract-files
package.Changelog
5.0.0
package-lock.json
. Lockfiles are not recommended for packages.File
input type Upload
for clarity.Changelog
5.0.0-alpha.1
package.json
, fixing #19 via #23.ReactNativeFile
class to more reliably identify files for upload in React Native, via #17.apollo-client
, via #18.
HTTPUploadNetworkInterface
renamed UploadHTTPFetchNetworkInterface
.HTTPUploadBatchNetworkInterface
renamed UploadHTTPBatchedNetworkInterface
.createBatchNetworkInterface
renamed createBatchingNetworkInterface
.