README, CHANGELOG and version number updates

This commit is contained in:
Andrew Stephan
2016-05-02 13:48:48 -04:00
parent 60220a224b
commit b6976bef18
3 changed files with 25 additions and 8 deletions

View File

@@ -1,5 +1,26 @@
# Changelog
## v1.1.0
- 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)
## v1.0.3
- Fixed version number in plugin.xml
## v1.0.2
- Fixed bug using useBasicAuth and setHeader from angular
## v1.0.1
- updated README
## v1.0.0
- Added getBasicAuthHeader function

View File

@@ -187,15 +187,11 @@ This plugin utilizes some awesome open source networking libraries. These are b
We made a few modifications to http-request. They can be found in a separate repo here: https://github.com/wymsee/http-request
## Current Limitations
## Cookies
This plugin isn't equivalent to using XMLHttpRequest or Ajax calls in Javascript.
For instance, the following features are currently not supported:
- a cookie set by a request isn't sent in subsequent requests
- cookies support (a cookie set by a request isn't sent in subsequent requests)
- read content of error responses (only the HTTP status code and message are returned)
Take this into account when using this plugin into your application.
Take this into account when using this plugin in your application.
## License

View File

@@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-http"
version="1.0.3">
version="1.1.0">
<name>SSL Pinning</name>