Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Releases: wkh237/react-native-fetch-blob

v0.9.5

21 Sep 09:16
Compare
Choose a tag to compare
  • Fix #134 type annotation
  • Added non-standard header RNFetchBlob-Response #122
  • Fix #131 , HTTP response with status code != 2xx should not throw exception
  • Fix #123 , setLog method

v0.9.5-beta.4

21 Sep 04:14
Compare
Choose a tag to compare
  • Fix flow type syntax #134

v0.9.5-beta.2

12 Sep 07:13
Compare
Choose a tag to compare
  • Fix XMLHttpRequest and Blob static method setLog #123
  • Add cutomized header support for setting response data format #122

v0.9.4

08 Sep 05:41
Compare
Choose a tag to compare

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 of rnpm 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 to XMLHttpRequest and Blob polyfill, for easier debugging (not working)
  • Add podspec #107, thanks to @adbl

v0.9.4-beta.7

06 Sep 06:34
Compare
Choose a tag to compare
  • 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

06 Sep 02:41
Compare
Choose a tag to compare
  • Change IOS and Android fs.readStream native implementation

v0.9.4-beta.5

05 Sep 10:24
Compare
Choose a tag to compare
  • Add upload progress support for Android when sending the body As-Is #120

v0.9.4-beta.4

02 Sep 15:07
Compare
Choose a tag to compare
  • Add Transfer-Encoding header support, IOS will always disable Chunked 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

31 Aug 13:38
Compare
Choose a tag to compare
  • 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

30 Aug 10:22
Compare
Choose a tag to compare
  • File APIs now supports different kind of URIs
  • XMLHttpRequest and Blob should support different URIs
  • Redirect history is traceable in RNFetchBlobResp.info()