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.9.5
v0.9.5-beta.4
- Fix flow type syntax #134
v0.9.5-beta.2
v0.9.4
Bug Fix
- Fix IOS7 compatible #119
- Fix
fs.readStream
crash issue - Fix Android raw body upload bug #120
- Fix several URI support issue in fs module #110 #112 #114
- Fix XMLHttpRequest response type bug #106
Changes
- Change prelink script now it does not throw an error when link failed #116
- The library now use
react-native link
instead ofrnpm link
on 0.29+ projects - Add HTTP header
Transfer-Encoding
support (Chunked only), all the HTTP request disable chunked encoding by default. - Add
setLog
static method toXMLHttpRequest
andBlob
polyfill, for easier debugging (not working) - Add podspec #107, thanks to @adbl
v0.9.4-beta.7
- Add compatible IOS method #119
- Fix potential app crash problem when using
fs.readStream
in 0.9.4-beta.6
v0.9.4-beta.6
- Change IOS and Android fs.readStream native implementation
v0.9.4-beta.5
- Add upload progress support for Android when sending the body As-Is #120
v0.9.4-beta.4
- Add
Transfer-Encoding
header support, IOS will always disableChunked
encoding by default, just like Android does. - Fix a bug in IOS
readStream
implementation, which may result in app crash.
v0.9.4-beta.3
- Add
setLog
API to Blob and XMLHttpRequest - Add
podspec
thanks @adbl 👍 - Fix Android fs.slice() callback triggers multiple times error
v0.9.4-beta.2
- File APIs now supports different kind of URIs
- XMLHttpRequest and Blob should support different URIs
- Redirect history is traceable in
RNFetchBlobResp.info()