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.5.7

27 Jun 13:08
Compare
Choose a tag to compare
  • Fix #30 #31 build issue on Xcode pre 7.3 version

v0.5.6

27 Jun 13:08
Compare
Choose a tag to compare
  • Add support for IOS network status indicator. Fix file stream ASCII reader bug.

v0.5.5

25 Jun 04:09
Compare
Choose a tag to compare
  • Remove problematic experiment code from branch, which may causes memory leaks and compilation error in different environment.

v0.5.4

25 Jun 04:08
Compare
Choose a tag to compare
  • Fix compilation issue on Xcode < 7.3

v0.5.3

21 Jun 09:01
Compare
Choose a tag to compare
  • Add support to self-signed SSL certification #29
  • Android code refactor

v0.5.2

15 Jun 03:44
Compare
Choose a tag to compare
  • Fixe #26
  • Change IOS HTTP implementation to NSURLSession

v0.5.1

06 Jun 05:34
Compare
Choose a tag to compare
  • Response data can be stored into file system directly
  • Add file access API and file stream support
  • Add Android Media Scanner support

v0.4.2

26 May 07:27
Compare
Choose a tag to compare
  • Support download and upload progress report

v0.4.1

23 May 03:21
Compare
Choose a tag to compare

Bug Fix

  • #9 Fix missing file extension bug on android
  • #10 Fix error when header is empty on android

v0.4.0

19 May 09:25
Compare
Choose a tag to compare
  • Fixed atob and btoa issue
  • Remove blob() from RNFetchBlobResp since it is not supported in RN
  • Add base-64 encoder and decoder