Skip to content

Releases: mickhansen/retry-as-promised

v7.0.0

06 Dec 17:54
Compare
Choose a tag to compare

Library is now compiled by TypeScript and is distributed with type definitions.

Breaking Changes

  • require('retry-as-promised') will need to be changed to require('retry-as-promised').default due to the typescript change.

v6.1.0

06 Dec 16:03
Compare
Choose a tag to compare
6.1.0

v3.0.0

04 Jun 07:03
Compare
Choose a tag to compare

Switched from Bluebird to any-promise