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.10.0-beta.7

04 Nov 01:46
Compare
Choose a tag to compare
  • Fix #173 , add new option to fetch.config

v0.10.0-beta.6

03 Nov 09:42
Compare
Choose a tag to compare
  • Fix Android build issue #172

v0.10.0-beta.5

03 Nov 02:51
Compare
Choose a tag to compare
  • Fix #171 append file extension to tmp path issue
  • Add HTTP request expiration handling API #115
  • Add callback API for Android Action_View_Intent #165
  • Add MainBundleDir #138

v0.10.0-beta.4

22 Oct 02:37
Compare
Choose a tag to compare
  • Add fs.df API for getting storage usage #162
  • Fix Fetch replacement request type conversion #161 #160
  • Fix self-signed SSL issue on IOS #159

v0.10.0-beta.3

16 Oct 02:23
Compare
Choose a tag to compare
  • Swap API name of previewDocument and openDocument #158
  • Fix UIDocumentInteractionController #158
  • Add MainBundleDir to fs.dirs

v0.10.0-beta.2

15 Oct 01:34
Compare
Choose a tag to compare
  • Fix Android cookie storage issue #156
  • Fix #154 body should be parsable when response status is not 2xx

v0.10.0-beta.1

12 Oct 14:57
Compare
Choose a tag to compare
  • Add support for PATCH request @cosmith #147
  • Add JSON stream API #99
  • Add IOS UIDocumentInteractionController API #108
  • Fix app crash issue when redirect URL is empty

v0.9.6

01 Oct 03:12
Compare
Choose a tag to compare
  • 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 and fetch.uploadProgress which can limit the frequency of the progress event.
  • Add default frequency limit to fetch.progress and fetch.uploadProgress in native for better performance.

v0.9.6-beta.2

29 Sep 03:26
Compare
Choose a tag to compare
  • 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

26 Sep 05:24
Compare
Choose a tag to compare
  • Add parameter support when sepcifying path in fetch.config, which makes response data append to existing file #141
  • Add new options interval and count to fetch.progress and fetch.uploadProgress for limit progress event frequency