Browse Source

bump to 0.8.2

Ben Hsieh 8 years ago
parent
commit
39a562a118
4 changed files with 4 additions and 2 deletions
  1. 1
    0
      README.md
  2. 1
    1
      package.json
  3. 1
    0
      src/README.md
  4. 1
    1
      src/package.json

+ 1
- 0
README.md View File

676
 
676
 
677
 | Version | |
677
 | Version | |
678
 |---|---|
678
 |---|---|
679
+| 0.8.2 | Fix Android RN 0.31 installation issue #78 |
679
 | 0.8.1 | Remove Web API log and fix ios progress report function. |
680
 | 0.8.1 | Remove Web API log and fix ios progress report function. |
680
 | 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |
681
 | 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |
681
 | 0.7.5 | Fix installation script that make it compatible to react-native < 0.28 |
682
 | 0.7.5 | Fix installation script that make it compatible to react-native < 0.28 |

+ 1
- 1
package.json View File

1
 {
1
 {
2
   "name": "fetchblob",
2
   "name": "fetchblob",
3
-  "version": "0.8.1",
3
+  "version": "0.8.2",
4
   "private": true,
4
   "private": true,
5
   "scripts": {
5
   "scripts": {
6
     "start": "node node_modules/react-native/local-cli/cli.js start",
6
     "start": "node node_modules/react-native/local-cli/cli.js start",

+ 1
- 0
src/README.md View File

678
 
678
 
679
 | Version | |
679
 | Version | |
680
 |---|---|
680
 |---|---|
681
+| 0.8.2 | Fix Android RN 0.31 installation issue #78 |
681
 | 0.8.1 | Remove Web API log and fix ios progress report function. |
682
 | 0.8.1 | Remove Web API log and fix ios progress report function. |
682
 | 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |
683
 | 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |
683
 | 0.7.5 | Fix installation script that make it compatible to react-native < 0.28 |
684
 | 0.7.5 | Fix installation script that make it compatible to react-native < 0.28 |

+ 1
- 1
src/package.json View File

1
 {
1
 {
2
   "name": "react-native-fetch-blob",
2
   "name": "react-native-fetch-blob",
3
-  "version": "0.8.1",
3
+  "version": "0.8.2",
4
   "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
4
   "description": "A module provides upload, download, and files access API. Supports file stream read/write for process large files.",
5
   "main": "index.js",
5
   "main": "index.js",
6
   "scripts": {
6
   "scripts": {