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

09 Aug 15:13
Compare
Choose a tag to compare
v0.10.9 Pre-release
Pre-release
  • Fix path argument in iOS excludeFromBackupKey #473
  • Fix for issue #468, #461, #460 and minor cleanup #469
  • Add fs.hash() #476

0.10.8

03 Aug 01:41
Compare
Choose a tag to compare
  • Fix #455 unterminated string

v0.10.7

02 Aug 15:11
Compare
Choose a tag to compare
  • Fix Android HTTPS request cancellation issue #268
  • Fix Android DownloadManager MIME type issue #391
  • Fix XMLHttpRequest polyfill bug which makes the response header incorrect 08f8403
  • Add support for TLS 1.2 when running Android 4 #430
  • Fix incorrect Android Content-Type replacement #425
  • Fix Compilation Error in React Native 0.47.0 #452
  • Fix Android content URI support issue #287

v0.10.6

26 Jun 15:57
Compare
Choose a tag to compare

Bug fixes

  • Remove bad performance log statement from Android response handler #353
  • Optimize UID generator function and remove bind statements in XMLHttpReuqest and Blob polyfill
  • Fix some Promise.reject not being returned in FileSystem #366
  • Add support for SDCard applications' directory (Android only) #372
  • Add Android arbitrary providers support #374
  • Share cookies with RN, remove cookie utils #388 @Jacse
  • Fix progress, uploadProgress, and cancel issue on Fetch Replacement #370
  • Fix Android fs.readStream utf8 encoding issue on data containing special characters.

API Changes

  • Add IOS fetch option IOSBackgroundTask which makes requests in IOS uses defaultSessionConfiguration by default to fix timeout issue #368.

v0.10.5

01 May 00:47
Compare
Choose a tag to compare

New API

  • Add fs.pathForAppGroup for IOS (documentation needed)
  • Add android.getContentIntent for Android
  • Add Blob.safeClose to Blob polyfill, an alternative way to release blob and not removing source file

Bug Fix

  • Fix IPad UIDocumentInteractionController issue #311
  • Fix IOS multipart request form data type property not working issue
  • Fix app crash when Android Download Manager receives a non-200 response code #296
  • Fix out-of-boundary error when using fs.readStream with UTF8 encoding on Android #321
  • Fix fs.df() issue on IOS #302
  • Fix #288 fetch polyfill crash issue (extra semi-column)
  • Fix #306 request body is ignored when request method is set to PATCH

v0.10.4

31 Mar 02:16
Compare
Choose a tag to compare
  • Fix #276 fs.df overflow issue
  • Fix #263 parallel download issue which causes wrong response information.
  • Fix #266 IOS but which causes app crash when it failed to read the file from assets library.
  • Fix #266 fs.readFile crash issue on IOS
  • Fix #290 fetch mutating immutable objects issue
  • Add #264 missing error handling on chunked transfer encoding response stream interrupted.
  • Correct Android fs.readStream bug, which causes the last piece has extra empty bytes.

v0.10.3-beta.1

05 Feb 03:41
Compare
Choose a tag to compare

v0.10.2

01 Feb 14:55
Compare
Choose a tag to compare
  • Fix #223 #244 RN 0.40 IOS import issue
  • Fix #241 , empty headers cause app crash or silent error
  • Add IOS API excludeFromBackupKey #229
  • Add new option followRedirect to RNFetchblobConfig #230
  • Remove flowType annotations from js files #226

v0.10.2-beta.8

27 Jan 13:08
Compare
Choose a tag to compare
  • Add missing API #229
  • Fix fetch error

v0.10.2-beta.7

27 Jan 12:42
Compare
Choose a tag to compare
  • Apply new fix to #223 #244 RN 0.40 IOS import issue
  • Apply fix to #241 , empty headers cause app crash or silent error
  • Add IOS API excludeFromBackupKey #229