浏览代码

Merge branch '0.9.2' of github.com:wkh237/react-native-fetch-blob into 0.9.2

Ben Hsieh 8 年前
父节点
当前提交
c62a2c34ac
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      README.md

+ 1
- 0
README.md 查看文件

723
 
723
 
724
 | Version | |
724
 | Version | |
725
 |---|---|
725
 |---|---|
726
+| 0.9.2 | Add Blob.slice() method implementation #89 |
726
 | 0.9.1 | Fix Android Blob constructor asynchronous issue caused by 0.9.0 fs change |
727
 | 0.9.1 | Fix Android Blob constructor asynchronous issue caused by 0.9.0 fs change |
727
 | 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 |
728
 | 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 |
728
 | 0.8.1 | Remove Web API log and fix ios progress report function. |
729
 | 0.8.1 | Remove Web API log and fix ios progress report function. |