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

v0.9.4

Compare
Choose a tag to compare
@wkh237 wkh237 released this 08 Sep 05:41

Bug Fix

  • Fix IOS7 compatible #119
  • Fix fs.readStream crash issue
  • Fix Android raw body upload bug #120
  • Fix several URI support issue in fs module #110 #112 #114
  • Fix XMLHttpRequest response type bug #106

Changes

  • Change prelink script now it does not throw an error when link failed #116
  • The library now use react-native link instead of rnpm link on 0.29+ projects
  • Add HTTP header Transfer-Encoding support (Chunked only), all the HTTP request disable chunked encoding by default.
  • Add setLog static method to XMLHttpRequest and Blob polyfill, for easier debugging (not working)
  • Add podspec #107, thanks to @adbl