Releases: wkh237/react-native-fetch-blob
Releases · wkh237/react-native-fetch-blob
v0.5.7
27 Jun 13:08
Compare
Sorry, something went wrong.
No results found
Fix #30 #31 build issue on Xcode pre 7.3 version
v0.5.6
27 Jun 13:08
Compare
Sorry, something went wrong.
No results found
Add support for IOS network status indicator. Fix file stream ASCII reader bug.
v0.5.5
25 Jun 04:09
Compare
Sorry, something went wrong.
No results found
Remove problematic experiment code from branch, which may causes memory leaks and compilation error in different environment.
v0.5.4
25 Jun 04:08
Compare
Sorry, something went wrong.
No results found
Fix compilation issue on Xcode < 7.3
v0.5.3
21 Jun 09:01
Compare
Sorry, something went wrong.
No results found
Add support to self-signed SSL certification #29
Android code refactor
v0.5.2
15 Jun 03:44
Compare
Sorry, something went wrong.
No results found
Fixe #26
Change IOS HTTP implementation to NSURLSession
v0.5.1
06 Jun 05:34
Compare
Sorry, something went wrong.
No results found
Response data can be stored into file system directly
Add file access API and file stream support
Add Android Media Scanner support
v0.4.2
26 May 07:27
Compare
Sorry, something went wrong.
No results found
Support download and upload progress report
v0.4.1
23 May 03:21
Compare
Sorry, something went wrong.
No results found
Bug Fix
#9 Fix missing file extension bug on android
#10 Fix error when header is empty on android
v0.4.0
19 May 09:25
Compare
Sorry, something went wrong.
No results found
Fixed atob
and btoa
issue
Remove blob()
from RNFetchBlobResp
since it is not supported in RN
Add base-64 encoder and decoder