Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

CHANGELOG.md 1.9 KiB

4 lat temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. # Changelog
  2. ## v1.2.0
  3. - Added support for TLSv1.1 and TLSv1.2 for android versions 4.1-4.4 (API levels 16-19)
  4. ### Potentially Breaking Changes that really shouldn't matter because you shouldn't be using SSLv3
  5. - Dropped SSLv3 support for all API Levels < 20. It will now only work on API Levels 20-22.
  6. ## v1.1.0
  7. - Fixed the body of errors not being returned in iOS
  8. - Updated AFNetworking to 3.1.0
  9. ### Potentially Breaking Changes
  10. - Disable encoding get() URLS in android (Thanks to devgeeks)
  11. ## v1.0.3
  12. - Fixed version number in plugin.xml
  13. ## v1.0.2
  14. - Fixed bug using useBasicAuth and setHeader from angular
  15. ## v1.0.1
  16. - updated README
  17. ## v1.0.0
  18. - Added getBasicAuthHeader function
  19. - Added necessary iOS framework (Thanks to EddyVerbruggen)
  20. - Request internet permission in android (Thanks to mbektchiev)
  21. - Fix acceptAllCerts doesn't call callbacks (Thanks to EddyVerbruggen)
  22. - Add validateDomainName (Thanks to denisbabineau)
  23. - Add HEAD request support (untested) (Thanks to denisbabineau)
  24. ### Potentially Breaking Changes
  25. - Update cordova file plugin dependency (Thanks to denisbabineau)
  26. - useBasicAuthHeader and setHeader are now synchronous functions
  27. - updated AFNetworking to 3.0.4 - only iOS 7+ is now supported
  28. - updated http-request to 6.0
  29. ## v0.1.4
  30. - Support for certificates in www/certificates folder (Thanks to EddyVerbruggen)
  31. ## v0.1.3
  32. - Update AFNetworking to 2.4.1 for iOS bug fix in Xcode 6
  33. ## v0.1.2
  34. - Fixed plugin.xml for case sensitive filesystems (Thanks to andrey-tsaplin)
  35. ## v0.1.1
  36. - Fixed a bug that prevented building
  37. ## v0.1.0
  38. - Initial release
  39. ## Contributions not noted above
  40. - Fixed examples (Thanks to devgeeks)
  41. - Reports SSL Handshake errors rather than giving a generic error (Thanks to devgeeks)
  42. - Exporting http as a module (Thanks to pvsaikrishna)
  43. - Added Limitations section to readme (Thanks to cvillerm)
  44. - Fixed examples (Thanks to hideov)