This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
Releases: wkh237/react-native-fetch-blob
Releases · wkh237/react-native-fetch-blob
v0.10.0-beta.7
- Fix #173 , add new option to
fetch.config
v0.10.0-beta.6
- Fix Android build issue #172
v0.10.0-beta.5
v0.10.0-beta.4
v0.10.0-beta.3
v0.10.0-beta.2
v0.10.0-beta.1
v0.9.6
- Fix XMLHttpRequest and Blob setLog method
- Correct XMLHttpRequest implementation which will cause firebase login and realtime database hangs
- Support additional parameter when specifying
path
to fetch.config, for append response data to existing file instead of replace it #141 . - Add overload method of
fetch.progress
andfetch.uploadProgress
which can limit the frequency of the progress event. - Add default frequency limit to
fetch.progress
andfetch.uploadProgress
in native for better performance.
v0.9.6-beta.2
- Fix XMLHttpRequest and Blob
setLog
method - Correct XMLHttpRequest implementation which will cause firebase login and realtime database hangs
- Add exception handling #141
v0.9.6-beta.1
- Add parameter support when sepcifying
path
in fetch.config, which makes response data append to existing file #141 - Add new options
interval
andcount
to fetch.progress and fetch.uploadProgress for limit progress event frequency