Skip to content

v4.0.0

Compare
Choose a tag to compare
@smartcar-ci smartcar-ci released this 18 Dec 23:58
· 39 commits to master since this release

4.0.0 (2019-12-18)

chore

Features

  • retry iteratively rather than recursively (b914fe6)
  • switch from bluebird to native promise (ff24c88)

BREAKING CHANGES

  • ci: This library will no longer be tested on Node.js 8 and as such will not be guaranteed to work on this version of Node.js. We support LTS versions of Node.js as they are specified here: https://github.com/nodejs/Release#release-schedule
  • The promises returned by retryify will no longer be Bluebird promises, so if you are using any Bluebird specific methods (.tap, .spread, .catch(ErrorClass, ...), etc.) chained off of retried methods you will need to refactor your code.