Releases: capacitor-community/http
v2.0.0-0
1.4.1
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
- @jesperbjerke made their first contribution in #178
Full Changelog: 1.4.0...1.4.1
1.4.0
What's Changed
- fix(android): Maintain java 7 support by @emily-curry in #174
- Set default "Accept-Language" header by @emily-curry in #194
- feat(web/ios): allow string value in body by @emily-curry in #196
- Network security configuration by @sosoba in #190
- Fix android http upload bugs by @asztal in #185
- Fix various cookies issues by @FelixSchwarzmeier in #171
New Contributors
Full Changelog: 1.3.0...1.4.0
1.3.0
1.2.0
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
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
Fixes iOS issue with HTTP method calls not being passed properly to the main request function
1.1.0
- Allow plaintext boolean values in response (Fixes #144)
- PR #145
- Allow sending strings in POST requests (Fixes #43)
- Set
GET
as the default HTTP method indownloadFile
- PR #133
- CommonJS support
- PR #132
- 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
Full release of @capacitor-community/http
for Capacitor 3.0.0