Skip to content

Releases: wymsee/cordova-HTTP

iOS Error Body Fix

02 May 20:22
Compare
Choose a tag to compare
  • 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

26 Apr 19:25
Compare
Choose a tag to compare
  • fixed version number in plugin.xml

useBasicAuth and setHeader + Angular Fix

03 Mar 15:58
Compare
Choose a tag to compare
  • Fixed bug with using useBasicAuth and setHeader from angular

Updated Readme

24 Feb 19:02
Compare
Choose a tag to compare
  • Updated Readme for installing from npm

1.0 Release

24 Feb 18:49
Compare
Choose a tag to compare
  • 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