Releases: benhason1/nestjs-http-promise
Releases · benhason1/nestjs-http-promise
V 3.0.0
- axios version bumped from 0.x.x to 1.x.x
- removed axios-better-stacktrace (axios 1.x.x support it automatically)
- nestjs version bumped to 10.x.x
v 1.2.1
Fixes and Functionality:
- better axios stack trace - axios has an open issue about improvement of their stack trace. added default interceptor that will intercept the stack trace and will add data to it.
v 1.1.0
Fixes and Functionality:
- updated package.json semver versions ( #4 )
v 1.0.1
removing unused file index.ts
v 1.0.0
added all the basic functionality that is described in the README.MD
- promise based
- retries
- static configuration
- async configuration