wkh237 пре 8 година
родитељ
комит
a82334b655
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      README.md

+ 1
- 0
README.md Прегледај датотеку

@@ -723,6 +723,7 @@ If you're going to concatenate files, you don't have to read the data to JS cont
723 723
 
724 724
 | Version | |
725 725
 |---|---|
726
+| 0.9.2 | Add Blob.slice() method implementation #89 |
726 727
 | 0.9.1 | Fix Android Blob constructor asynchronous issue caused by 0.9.0 fs change |
727 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 729
 | 0.8.1 | Remove Web API log and fix ios progress report function. |