Releases: wymsee/cordova-HTTP
Releases · wymsee/cordova-HTTP
iOS Error Body Fix
- Fixed the body of errors not being returned in iOS
- Updated AFNetworking to 3.1.0
Potentially Breaking Changes
- Disable encoding get() URLS in android (Thanks to devgeeks)
Plugin.xml Version Fix
- fixed version number in plugin.xml
useBasicAuth and setHeader + Angular Fix
- Fixed bug with using useBasicAuth and setHeader from angular
Updated Readme
- Updated Readme for installing from npm
1.0 Release
- Added getBasicAuthHeader function
- Added necessary iOS framework (Thanks to EddyVerbruggen)
- Request internet permission in android (Thanks to mbektchiev)
- Fix acceptAllCerts doesn't call callbacks (Thanks to EddyVerbruggen)
- Add validateDomainName (Thanks to denisbabineau)
- Add HEAD request support (untested) (Thanks to denisbabineau)
Potentially Breaking Changes
- Update cordova file plugin dependency (Thanks to denisbabineau)
- useBasicAuthHeader and setHeader are now synchronous functions
- updated AFNetworking to 3.0.4 - only iOS 7+ is now supported
- updated http-request to 6.0