Skip to content

Latest commit

 

History

History
72 lines (41 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

72 lines (41 loc) · 1.15 KB

0.7.2

Fix changelog

0.7.1

  • allows correct tracing when using with Promise.all or similar concurrency routines (thanks @bewest #14)

0.7.0

  • fixed cookie handling (thanks @schw4rzlicht #17)
  • fixed body output (thanks @schw4rzlicht #18)

use:

  • axios v1.7.7

0.6.0

use:

  • axios v1.6.0
  • use AxiosInstance instead of AxiosStatic
  • provide createrConfig (with name and version) into constructor
  • set url by baseURL - more in documentation https://axios-http.com/docs/req_config

0.5.1

use:

  • @types/jest v29.5.0
  • istanbul-lib-coverage v^3.2.0
  • jest-junit v15.0.0
  • ts-jest v29.1.0
  • typescript v4.9.5
  • jest v29.5.0

0.5.0

  • use all headers from response

0.4.0

  • use axios v0.27.2

0.3.0

  • use axios v0.24.0

0.2.2

  • lockfileVersion 2 (npm 7)

0.2.1

  • lockfileVersion 1

0.2.0

  • use axios v0.23.0

0.1.2

  • Handle mimeType for authorized response from call with status 302

0.1.1

  • Initial package with README.md

0.1.0

  • Initial package