Skip to content

Releases: benhason1/nestjs-http-promise

V 3.0.0

04 Aug 16:58
94f039f
Compare
Choose a tag to compare
  • 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

07 Jan 14:53
9dfdf3e
Compare
Choose a tag to compare

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

05 Nov 10:59
995e61e
Compare
Choose a tag to compare

Fixes and Functionality:

  • updated package.json semver versions ( #4 )

v 1.0.1

07 Sep 20:06
1502ac3
Compare
Choose a tag to compare

removing unused file index.ts

v 1.0.0

07 Sep 18:41
2852bc3
Compare
Choose a tag to compare

added all the basic functionality that is described in the README.MD

  • promise based
  • retries
  • static configuration
  • async configuration