Skip to content

Releases: npm/minipass-fetch

minipass-fetch v2.0.3

08 Mar 21:31
28ed25a
Compare
Choose a tag to compare

Bug Fixes

  • strip authorization and cookie headers on redirect to new host (#45) (50d919a)

minipass-fetch v2.0.2

02 Mar 18:37
813e6d7
Compare
Choose a tag to compare

Bug Fixes

  • pass search params as part of path string (#40) (404ad4c)

minipass-fetch v2.0.1

01 Mar 20:45
a6e682b
Compare
Choose a tag to compare

Bug Fixes

Dependencies

  • update encoding requirement from ^0.1.12 to ^0.1.13 (#34) (65602ff)

minipass-fetch v2.0.0

24 Feb 23:07
295ec96
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • this removes the (hopefully) unused feature that arbitrary strings are allowed as URLs in the Request constructor. we now require that URLs are valid and absolute.
  • this drops support for node versions older than 12 LTS

Bug Fixes

  • check for existence of unref before calling (05fb45b), closes #13
  • ensure we abort a request that emits error on the response body (#25) (5565cde)
  • implement @npmcli/template-oss (#26) (df5e1d2)
  • use URL constructor instead of url.parse() (#33) (f96f3b1)

Dependencies

  • update minipass requirement from ^3.1.0 to ^3.1.6 (#30) (4ce93e5)
  • update minizlib requirement from ^2.0.0 to ^2.1.2 (#29) (44e8701)