All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Now endpoints with explicit port are properly parsed
- Request failed exception now shows the response rawbody instead of [object Object]
- Now response body is parsed to string when the response is not valid JSON
- Now the package export
Request
andRequestSafe
. See the migration guide BREAKING CHANGE - Update
Request
with new getter methods to obtain last request and response data
- Types definitions
RequestSafe
class
- Requests errors are now handled properly
- Initial package version