Skip to content

v11.5.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 07 Jul 19:02

Improvements

Fixes

  • Fix TypeScript types for Promise API (#1344) 676be6d
  • Fix cache not working with HTTP2 ac5f67d
  • Fix response event not being emitted on cache verify request (#1305) da4769e
  • Work around a bug in Node.js <=12.18.2 f33e8bc
  • Remove request error handler after response is downloaded e1afe82
  • Revert "Remove request error handler after response is downloaded" aeb2e07

Docs

  • Mention advanced usage of a beforeRequest hook 779062a
  • Mention to end the stream if there's no body 044767e

v11.4.0...v11.5.0