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

v0.10.6

Compare
Choose a tag to compare
@wkh237 wkh237 released this 26 Jun 15:57

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.