From b6976bef18decb03ab5ff7fc13ac20e6dee2f184 Mon Sep 17 00:00:00 2001 From: Andrew Stephan Date: Mon, 2 May 2016 13:48:48 -0400 Subject: [PATCH] README, CHANGELOG and version number updates --- CHANGELOG.md | 21 +++++++++++++++++++++ README.md | 10 +++------- plugin.xml | 2 +- 3 files changed, 25 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fe8c5f..8a58602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 939b18a..d975502 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/plugin.xml b/plugin.xml index 787fffd..06203f6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="1.1.0"> SSL Pinning