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.4-beta.1

26 Aug 05:45
Compare
Choose a tag to compare
  • Correct XMLHttpRequest implementation, which causes HTTP requests with JSON response data not work properly

v0.9.3

24 Aug 05:12
Compare
Choose a tag to compare
  • Fix Android compile issue #98

v0.9.2

24 Aug 01:15
Compare
Choose a tag to compare
  • Android HTTP no longer uses chunked transfer encoding request by default
  • Add Blob.slice() Web API polyfill
  • Change Android path resolver function

v0.9.2-beta.6

20 Aug 14:18
Compare
Choose a tag to compare
  • Fix index.js

v0.9.2-beta.5

20 Aug 09:30
Compare
Choose a tag to compare
  • Fix Android upload progress which is broken in previous version

v0.9.2-beta.4

18 Aug 17:06
Compare
Choose a tag to compare
  • Change Android HTTP request default transfer encoding from chunked to gzip which should be the same as IOS
  • Add warning message when sending incorrect multipart formdata

v0.9.2-beta.3

17 Aug 16:07
Compare
Choose a tag to compare
  • Fix Android OkHttp dependency issue #93

v0.9.2-beta.2

16 Aug 16:50
Compare
Choose a tag to compare
  • Fix #90 prevent Android app crash when form field contains empty data field
  • Change Android path resolver function

v0.9.2-beta.1

15 Aug 10:09
Compare
Choose a tag to compare
  • Add Blob.slice() method implementation #89

v0.9.1

13 Aug 15:05
Compare
Choose a tag to compare
  • Fix Android XMLHttpRequest bug when sending recursive Blob object, which is caused by 0.9.0 fs change