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

1.1.0 Release#147

Merged
thomasvidas merged 15 commits intomasterfrom
1.1.0
Jul 15, 2021
Merged

1.1.0 Release#147
thomasvidas merged 15 commits intomasterfrom
1.1.0

Conversation

@thomasvidas
Copy link
Contributor

Includes various code cleanup.

Tested with Capacitor 3.0.1 and 3.1.1 on both Android and iOS

ultimate-tester and others added 15 commits June 25, 2021 17:28
The rollup configuration file now also includes the instruction to generate the CJS module.
…unction

This lines right there is throwing a `java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String java.lang.String.toUpperCase()' on a null object reference`
* Android - Prevent extra new line in text response.
* Android - Support json array requests.
* Android - Add error property on JSObject output.
* ios - Support array request.
-Since Object.keys() doesn't return anything for FormData typed objects, use a FormData specific function to iterate over the key/value pairs.
…145)

Co-authored-by: frank.fabry <frank.fabryadesso.at>
* feat: implement getRequestDataAsMultipartFormData
* fix: allow non-object http body
* feat(iOS): Add fallback to always try to parse the request data no matter the content type
Co-authored-by: Thomas Vidas <thomasvidas@users.noreply.github.com>
* feat: implement getRequestDataAsMultipartFormData
* fix: allow non-object http body
* feat(iOS): Add fallback to always try to parse the request data no matter the content type
* feat(android): non-object post body
* fix: bug where httpconn was being written to after it was closed
@thomasvidas thomasvidas merged commit e257bd1 into master Jul 15, 2021
@thomasvidas thomasvidas deleted the 1.1.0 branch July 15, 2021 16:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bugfix android receiving plain boolean values Send string in POST request

8 participants