- Version update in docs
- Fix content-disposition case issue (issue #88).
- Upgraded to support cordova-ios 6.0 by removing dependency from wkwebview engine. (issue #55)
- Fix HEADERS_RECEIVED const typo (issue #37).
- Rectifcation of Object.toString incorrect behavior with FormData polyfil (issue #39).
- Fix for double encoding of URL UTF-8 params (issue #41).
- Support for xhr content served from application data directory in addition to the application package . (issue #45)
- Simulating file not found condition was firing the HEADERS_RECEIVED ready state change before setting the response status code (issue #33)
- XMLHttpRequest setRequestHeader normalizes the value pair to string types (issue #13).
- Added a FormData polyfill that works in tandem with the XMLHttpRequest polyfill (issue #4).
- Fixed compatibility issues with iOS 11 (issue #6).
- Rewired incorrect firing of the onerror event (issue #9).
- Introduced a new feature to intercept remote XHR requests bypassing wkwebivew's CORS handling.
- Bundled in the whatwg-fetch polyfill.
- Added several new configuration preferences - README.
- Bypassed wkwebview CORS handling of the XMLHttpRequest when loading file:// resources.