Browse Source

Update README.md

wkh237 8 years ago
parent
commit
529a541d95
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      README.md

+ 3
- 2
README.md View File

52
 
52
 
53
 ```diff
53
 ```diff
54
 ...
54
 ...
55
-+ import com.RNFetchBlob.RNFetchBlobPackage;
55
++ import com.RNFetchBlob.RNFetchBlobPackage;                                                                                 
56
 ...
56
 ...
57
 protected List<ReactPackage> getPackages() {
57
 protected List<ReactPackage> getPackages() {
58
       return Arrays.<ReactPackage>asList(
58
       return Arrays.<ReactPackage>asList(
59
           new MainReactPackage(),
59
           new MainReactPackage(),
60
-+          new RNFetchBlobPackage()
60
++          new RNFetchBlobPackage()                                                                                         
61
       );
61
       );
62
     }
62
     }
63
   };
63
   };
569
 
569
 
570
 | Version | |
570
 | Version | |
571
 |---|---|
571
 |---|---|
572
+| 0.6.3 | Fix performance issue on IOS, increase max concurrent request limitation from 1. |
572
 | 0.6.2 | Add support of asset file and camera roll files, Support custom MIME type when sending multipart request, thanks @smartt |
573
 | 0.6.2 | Add support of asset file and camera roll files, Support custom MIME type when sending multipart request, thanks @smartt |
573
 | 0.6.1 | Fix #37 progress report API issue on IOS |
574
 | 0.6.1 | Fix #37 progress report API issue on IOS |
574
 | 0.6.0 | Add readFile and writeFile API for easier file access, also added Android download manager support. |
575
 | 0.6.0 | Add readFile and writeFile API for easier file access, also added Android download manager support. |