Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Releases: capacitor-community/http

v2.0.0-0

05 Aug 03:26
Compare
Choose a tag to compare
v2.0.0-0 Pre-release
Pre-release
  • chore db5c3aa
  • feat(): update to v4 16051c5
  • Update README.md to clarify state of the plugin 27dc4c8
  • Refactor: Update Test Application & Sample Server (#197) 3aca516
  • chore: package-lock update 400961d
  • chore: Update all-contributors e483685

1.4.1...v2.0.0-0

1.4.1

10 Nov 00:37
Compare
Choose a tag to compare

What's Changed

  • docs(readme): update file directory enum by @danielsogl in #170
  • Android: Ensure proper URL formatting without encoding, skip setParams if empty by @jesperbjerke in #178

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

10 Nov 00:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

15 Sep 14:44
Compare
Choose a tag to compare

Adds support for download progress when downloading a file #159

1.2.0

11 Aug 15:01
Compare
Choose a tag to compare

Release 1.2.0

This one is all community PRs! Thanks @emily-curry and @FelixSchwarzmeier for your contributions! 😄

Changes

Bugfix: Fix Http.getCookie on iOS platforms. #156
Feat: Add support for disabling redirects on iOS/Android platforms. #157
Refactor: Change content-type checking on web to have better parity with iOS/Android #158

1.1.2

28 Jul 15:57
74691cf
Compare
Choose a tag to compare

Fix a bug where the Pods folder was incorrectly included resulting in old pods being included in builds, resulting in the occasional rejection from the app store

1.1.1

27 Jul 15:06
232409e
Compare
Choose a tag to compare

Fixes iOS issue with HTTP method calls not being passed properly to the main request function

1.1.0

15 Jul 16:26
e257bd1
Compare
Choose a tag to compare
  • Allow plaintext boolean values in response (Fixes #144)
  • Allow sending strings in POST requests (Fixes #43)
  • Set GET as the default HTTP method in downloadFile
  • CommonJS support
  • Better JSON Array and Form support
  • Fixes inaccessibility of Http.get, Http.post, Http.put, Http.patch, Http.del
  • Updated example dependencies
  • Fixed timeout/unknown host exception on Android in certain cases

Includes various code cleanup.

Tested with Capacitor 3.0.1 and 3.1.1 on both Android and iOS

1.0.0

26 May 01:35
Compare
Choose a tag to compare

Full release of @capacitor-community/http for Capacitor 3.0.0

1.0.0-alpha.5

18 May 20:28
Compare
Choose a tag to compare
1.0.0-alpha.5 Pre-release
Pre-release

Updated to capacitor 3.0.0-rc3

#114 Fixes setCookieExpires on web
#117 Use default response type (text) if unable to parse out header correctly to determine response
#122 Allow use of multiple query params that have the same name via an array

Various bugfixes