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 ofrnpm 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 toXMLHttpRequest
andBlob
polyfill, for easier debugging (not working) - Add podspec #107, thanks to @adbl