Tags: MissingComma/http
Tags
fix(iOS): pass http method to request functions on ios (capacitor-com… …munity#152)
release: 1.1.0 * feat: Add support for CJS * feat(android): Set "GET" as default HTTP function in `downloadFile` function * feat(android): Updated downloadFile method on RequestHandler to use GET by default * feat: Adding support for posting json arrays. (capacitor-community#128) * Android - Prevent extra new line in text response. * Android - Support json array requests. * Android - Add error property on JSObject output. * ios - Support array request. * feat(web): Add additional logic for FormData typed request bodies (capacitor-community#126) * fix(android): fix bug on android when receiving plain boolean values (capacitor-community#145) * feat(iOS) Fix: Allow non-object request bodies (capacitor-community#141) * 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(iOS): implement getRequestDataAsMultipartFormData (capacitor-community#139) * fix(android): Allow non-object request bodies (capacitor-community#143) * 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 * fix(android): add in missing get, post, put, patch, and del functions to public API * fix(ios): Publicly expose get, post, put, patch, del functions on Http plugin object * chore(example): Update example project lockfiles * fix(android): Fix issues with timeouts and remove unused imports * chore: Cleanup .gitignore * chore: Bump version to 1.1.0 Co-authored-by: ultimate-tester <[email protected]> Co-authored-by: Joel Nieto <[email protected]> Co-authored-by: Adrian Sanchez <[email protected]> Co-authored-by: milanc <[email protected]> Co-authored-by: herecoulbeyourname <[email protected]> Co-authored-by: Frank608 <[email protected]> Co-authored-by: Emily Curry <[email protected]>
PreviousNext