Ben Hsieh 8 gadus atpakaļ
vecāks
revīzija
2d34f11fea
3 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 1
    0
      README.md
  2. 1
    0
      src/README.md
  3. 1
    1
      src/package.json

+ 1
- 0
README.md Parādīt failu

@@ -720,6 +720,7 @@ If you're going to concatenate files, you don't have to read the data to JS cont
720 720
 
721 721
 | Version | |
722 722
 |---|---|
723
+| 0.9.1 | Fix Android Blob constructor asynchronous issue caused by 0.9.0 fs change |
723 724
 | 0.9.0 | Fix unicode response data format issue #73. Improve Android performance by using thread pool instead of async task. Add Fetch replacement #70. Add Android only API `actionViewIntent` to open file or install APK in app |
724 725
 | 0.8.1 | Remove Web API log and fix ios progress report function. |
725 726
 | 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |

+ 1
- 0
src/README.md Parādīt failu

@@ -722,6 +722,7 @@ If you're going to concatenate files, you don't have to read the data to JS cont
722 722
 
723 723
 | Version | |
724 724
 |---|---|
725
+| 0.9.1 | Fix Android Blob constructor asynchronous issue caused by 0.9.0 fs change |
725 726
 | 0.9.0 | Fix unicode response data format issue #73. Improve Android performance by using thread pool instead of async task. Add Fetch replacement #70. Add Android only API `actionViewIntent` to open file or install APK in app |
726 727
 | 0.8.1 | Remove Web API log and fix ios progress report function. |
727 728
 | 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |

+ 1
- 1
src/package.json Parādīt failu

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