Browse Source

bump to 0.9.1

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

+ 1
- 0
README.md View File

720
 
720
 
721
 | Version | |
721
 | Version | |
722
 |---|---|
722
 |---|---|
723
+| 0.9.1 | Fix Android Blob constructor asynchronous issue caused by 0.9.0 fs change |
723
 | 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
 | 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
 | 0.8.1 | Remove Web API log and fix ios progress report function. |
725
 | 0.8.1 | Remove Web API log and fix ios progress report function. |
725
 | 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |
726
 | 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |

+ 1
- 0
src/README.md View File

722
 
722
 
723
 | Version | |
723
 | Version | |
724
 |---|---|
724
 |---|---|
725
+| 0.9.1 | Fix Android Blob constructor asynchronous issue caused by 0.9.0 fs change |
725
 | 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
 | 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
 | 0.8.1 | Remove Web API log and fix ios progress report function. |
727
 | 0.8.1 | Remove Web API log and fix ios progress report function. |
727
 | 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |
728
 | 0.8.0 | Added Web API polyfills, support regular request, added timeout option. |

+ 1
- 1
src/package.json View File

1
 {
1
 {
2
   "name": "react-native-fetch-blob",
2
   "name": "react-native-fetch-blob",
3
-  "version": "0.9.0",
3
+  "version": "0.9.1",
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": {