Apisauce Versions Save

Axios + standardized errors + request/response transforms.

v2.0.1

3 years ago

2.0.1 (2020-12-28)

Bug Fixes

v2.0.0

3 years ago

2.0.0 (2020-10-26)

Features

BREAKING CHANGES

  • deps: Update axios to v0.21.0

v1.1.2

3 years ago

1.1.2 (2020-08-03)

Bug Fixes

  • types: Fixes typings for headers in ApiResponse (#247 by @TheWirv) (6fcd86f)

v1.1.1

4 years ago

1.1.1 (2019-09-17)

Bug Fixes

  • ts-params: Utilizes ApiErrorResponse<U> in all of the HTTP methods (#228) (94dedd7)

v1.1.0

4 years ago

1.1.0 (2019-08-29)

Features

  • async response transforms: Added AddAsyncResponseTransform (#227) (9320bbb)

v1.0.5

4 years ago

1.0.5 (2019-08-23)

Bug Fixes

  • types: axiosInstance should be optional (#226) (124ac36)

v1.0.4

4 years ago

1.0.4 (2019-08-22)

Bug Fixes

  • ci: Bump axios version (02c3e5e)
  • Add ability to pass custom axios instance (fd286c1)

v1.0.3

4 years ago

1.0.3 (2019-06-25)

Bug Fixes

v0.16.0

5 years ago

0.16.0 - August 8, 2018

  • [NEW] Removes baseURL error checking so baseURL can be assigned later. #172 by @gantman

v0.15.2

5 years ago

0.15.2 - June 7, 2018

  • [NEW] Makes the detection logic functions available externally.