React Native Fetch Blob Versions Save

A project committed to making file access and data transfer easier, efficient for React Native developers.

v0.10.2-beta.6

7 years ago
  • Change link script #223 so that existing projects don't have to link it again
  • Add new option followRedirect to RNFetchblobConfig #230
  • Remove flowType annotations from js files #226

v0.10.2-beta.5

7 years ago

Applied fix to #225 and #227.

v0.10.2-beta.4

7 years ago
  • Fix #223 prelink script and IOS import statement

v0.10.2-beta.2

7 years ago
  • Add prelink script for compatible to RN 0.40+ project #223 (NOT WORKING)

v0.10.1

7 years ago
  • Fix #174 Android SDCardDir undefined issue
  • Fix #210
  • Fix #206 Android app crash when fs.lstat got a null or undefined argument
  • Fix #187 EventTarget issue @sprmn #194 , which makes Firebase 3.5.3+ works inproperly
  • Add missing quotes to Android multipart/form-data attributes @hhravn #185
  • Improve Blob polyfill memory efficiency 49a0b8d
  • Fix Blob.slice potential error when blob cache folder is not exist #180 @kenmaca

v0.10.1-beta.3

7 years ago
  • Fix #174 Android SDCardDir undefined issue
  • Fix #210
  • Fix #206 Android app crash when fs.lstat got a null or undefined argument

v0.10.1-beta.2

7 years ago
  • Fix Blob.slice potential error when blob cache folder is not exist #180 @kenmaca

v0.10.1-beta.1

7 years ago
  • Fix #187 EventTarget issue @sprmn #194 , which makes Firebase 3.5.3+ works inproperly
  • Add missing quotes to Android multipart/form-data attributes @hhravn #185
  • Improve Blob polyfill memory efficiency 49a0b8d

v0.10.0

7 years ago

Features

  • Add JSON stream support
  • Add new optionoverwrite to fetch.config #173
  • Add Android SDCardDir constant #174
  • Add callback when Android actionViewIntent view is dismissed #165
  • Add StatefulPromise.expire to IOS, so that expired network task can be handled #115
  • Add fs constant MainBundleDir #138
  • Add fs.df API for getting storage usage #162
  • Add support for PATCH request @cosmith #147
  • Add IOS UIDocumentInteractionController API for preview files #108

Bug Fixes

  • Fix app crash issue when redirect URL is empty
  • Fix fetch.config option appendExt functionality #171
  • Fix Fetch replacement request type conversion #161 #160
  • Fix self-signed SSL issue on IOS #159
  • Fix Android cookie storage issue #156
  • Fix #154 body should be parsable when response status is not 2xx

v0.10.0-beta.8

7 years ago
  • Fix Android SDCardDir constant #174
  • Fix android.actionViewIntent callback #165