Releases: wkh237/react-native-fetch-blob
Releases · wkh237/react-native-fetch-blob
v0.5.7
- Fix #30 #31 build issue on Xcode pre 7.3 version
v0.5.6
- Add support for IOS network status indicator. Fix file stream ASCII reader bug.
v0.5.5
- Remove problematic experiment code from branch, which may causes memory leaks and compilation error in different environment.
v0.5.4
- Fix compilation issue on Xcode < 7.3
v0.5.3
- Add support to self-signed SSL certification #29
- Android code refactor
v0.5.2
- Fixe #26
- Change IOS HTTP implementation to NSURLSession
v0.5.1
- 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
- Support download and upload progress report
v0.4.1
Bug Fix
- #9 Fix missing file extension bug on android
- #10 Fix error when header is empty on android
v0.4.0
- Fixed
atob
and btoa
issue
- Remove
blob()
from RNFetchBlobResp
since it is not supported in RN
- Add base-64 encoder and decoder