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

Releases: wkh237/react-native-fetch-blob

v0.9.0

13 Aug 15:04

Choose a tag to compare

  • Improved Android fs and network performance
  • Add fetch replacement
  • Add new option for Android which allows Download Manager download file to specific path
  • Add new fs API actionViewIntent for open file in new activity
  • Bug fix #73

UPDATE

Sending Blob body using XMLHttpRequest polyfill may cause incorrect result with this version, please use 0.9.1 instead.

v0.9.5-beta-5

13 Aug 09:14

Choose a tag to compare

v0.9.0-beta.4

10 Aug 08:12

Choose a tag to compare

  • Remove explicit gradle OkHttp dependency

v0.9.0-beta.2

10 Aug 04:31

Choose a tag to compare

  • Fix OkHttp dependency

v0.9.0-beta.1

10 Aug 02:23

Choose a tag to compare

  • Fix unicode response data format issue #73
  • Improve Android performance by using thread pool instead of async task
  • Add Fetch replacement #70
  • Add Android only API actionViewIntent to open file or install APK in app

v0.8.2

07 Aug 14:04

Choose a tag to compare

  • Fix Android RN 0.31 installation issue #78

v0.8.1

31 Jul 16:35

Choose a tag to compare

  • Disable Web API polypill log

v0.8.0

31 Jul 14:59

Choose a tag to compare

  • Add the following experimental Web API polyfills
    • Blob
    • File
    • XMLHttpRequest
  • Support timeout to fetch request
  • Add info() to response data
  • Added new encode uri support for writeFile, appendFile

v0.7.5

25 Jul 06:43

Choose a tag to compare

  • Improve React Native compatibility #64

v0.7.4

23 Jul 08:14

Choose a tag to compare

  • Fix OkHttp3 dependency issue on 0.30