apollo-fetch-upload
Advanced tools
Comparing version 1.0.1 to 1.1.0
# apollo-fetch-upload change log | ||
## 1.1.0 | ||
- Updated `apollo-fetch` dependency. | ||
- Added several subheadings to the readme, fixing some broken links. | ||
## 1.0.1 | ||
Added a readme, via [#33](https://github.com/apollographql/apollo-fetch/pull/33). | ||
- Added a readme, via [#33](https://github.com/apollographql/apollo-fetch/pull/33). | ||
@@ -7,0 +12,0 @@ ## 1.0.0 |
{ | ||
"name": "apollo-fetch-upload", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Allows files to be used in GraphQL requests with apollo-fetch.", | ||
@@ -33,3 +33,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"apollo-fetch": "^0.5.2", | ||
"apollo-fetch": "^0.6.0", | ||
"extract-files": "^2.0.1" | ||
@@ -36,0 +36,0 @@ }, |
@@ -64,3 +64,3 @@ # apollo-fetch-upload | ||
[`File`](https://developer.mozilla.org/en/docs/Web/API/File) example: | ||
### [`File`](https://developer.mozilla.org/en/docs/Web/API/File) example | ||
@@ -91,3 +91,3 @@ ```jsx | ||
[`FileList`](https://developer.mozilla.org/en/docs/Web/API/FileList) example: | ||
### [`FileList`](https://developer.mozilla.org/en/docs/Web/API/FileList) example | ||
@@ -118,4 +118,6 @@ ```jsx | ||
For React Native, substitute [`File`](https://developer.mozilla.org/en/docs/Web/API/File) with `ReactNativeFile` from [`extract-files`](https://github.com/jaydenseric/extract-files): | ||
### React Native | ||
Substitute [`File`](https://developer.mozilla.org/en/docs/Web/API/File) with `ReactNativeFile` from [`extract-files`](https://github.com/jaydenseric/extract-files): | ||
```js | ||
@@ -122,0 +124,0 @@ import { ReactNativeFile } from 'apollo-fetch-upload' |
14114
152
+ Addedapollo-fetch@0.6.0(transitive)
- Removedapollo-fetch@0.5.2(transitive)
Updatedapollo-fetch@^0.6.0