Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

36 lines (27 loc) · 1.06 KB

Changelog

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.

[2.6.4]

Added

  • type declarations for the production build

[2.6.3]

Fixed

  • JWTAuthenticationMiddleware.onResponseError do not repeat request if there is no jwtAuthenticationConfig

[2.6.1]

Changed

  • create of cancellationTokenSource moved a little below
  • when JWTAuthenticationMiddleware.onResponseError calls resendRequest, it provides only necessary data

[2.6.0]

Added

  • File entity was added

[2.5.0]

Added

Fixed

  • createClient now sets maxRedirects to 0

[2.4.0]

Added

  • performBaseRequest returns full response

Changed

  • createRequest expanded to support object without entity