Skip to content

Latest commit

 

History

History
74 lines (33 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

74 lines (33 loc) · 2.57 KB

3.0.0 (2023-09-16)

Features

BREAKING CHANGES

  • Require @nestjs/axios ^2.0.0 || ^3.0.0

2.2.0 (2022-07-23)

Features

2.1.0 (2022-06-27)

Features

  • support @nestjs/axios up to 0.0.8 (85cba93)

2.0.0 (2022-01-22)

Features

  • deps: support NestJS 8 and @nestjs/axios (24446b7)

BREAKING CHANGES

  • deps: Drop support for NestJS <8 and the HttpService from @nestjs/common. Instead add support for NestJS 8 and the HttpService from @nestjs/axios.

1.2.2 (2022-01-13)

Bug Fixes

  • eslint: update extended prettier rules (d6d8882)

1.2.1 (2022-01-13)

Bug Fixes

  • lib: linting after prettier update (65a5904)

1.2.0 (2022-01-12)

Features

1.1.0 (2020-05-12)

Features

  • export AxiosResponseCustomConfig for accurate typings (2f04bb3)

1.0.0 (2020-05-11)

Features

  • add initial library implementation (55fe54d)