- Added support for TLSv1.1 and TLSv1.2 for android versions 4.1-4.4 (API levels 16-19)
- Dropped SSLv3 support for all API Levels < 20. It will now only work on API Levels 20-22.
- Fixed the body of errors not being returned in iOS
- Updated AFNetworking to 3.1.0
- Disable encoding get() URLS in android (Thanks to devgeeks)
- Fixed version number in plugin.xml
- Fixed bug using useBasicAuth and setHeader from angular
- updated README
- 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)
- 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
- Support for certificates in www/certificates folder (Thanks to EddyVerbruggen)
- Update AFNetworking to 2.4.1 for iOS bug fix in Xcode 6
- Fixed plugin.xml for case sensitive filesystems (Thanks to andrey-tsaplin)
- Fixed a bug that prevented building
- Initial release
- Fixed examples (Thanks to devgeeks)
- Reports SSL Handshake errors rather than giving a generic error (Thanks to devgeeks)
- Exporting http as a module (Thanks to pvsaikrishna)
- Added Limitations section to readme (Thanks to cvillerm)
- Fixed examples (Thanks to hideov)