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.
- type declarations for the production build
JWTAuthenticationMiddleware.onResponseError
do not repeat request if there is nojwtAuthenticationConfig
- create of
cancellationTokenSource
moved a little below - when
JWTAuthenticationMiddleware.onResponseError
callsresendRequest
, it provides only necessary data
File
entity was added
ClientWrapper
methods now returns Promise with custom propertycancellationTokenSource
. Use it to cancel pending promise, see: https://github.com/axios/axios#cancellation
createClient
now setsmaxRedirects
to 0
performBaseRequest
returns full response
createRequest
expanded to support object without entity