smartcar / retryify

Wrap a function to retry on specific errors.
MIT License
11 stars 1 forks source link

feat: switch from bluebird to native promise #52

Closed gurpreetatwal closed 4 years ago

gurpreetatwal commented 4 years ago

This will allow Node.js 12 / V8 to generate better stack traces for functions that are used with retryify.

See: https://mathiasbynens.be/notes/async-stack-traces

codecov[bot] commented 4 years ago

Codecov Report

Merging #52 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #52   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines          50     49    -1     
=====================================
- Hits           50     49    -1
Impacted Files Coverage Δ
.eslintrc.js 100% <ø> (ø) :arrow_up:
index.js 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 45e0011...bfcb6cd. Read the comment docs.

smartcar-ci commented 4 years ago

:tada: This PR is included in version 4.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: