Skip to content

v0.18.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 27 Feb 18:30
  • Fix request cancellation on timeout (#238) 041e935
  • Add response to beforeRetry hook and change its parameter to be a single object (#201) 3f3e14d
    • Migrate:
-(request, options, error, retryCount) => {
+({request, response, options, error, retryCount}) => {

v0.17.0...v0.18.0