Releases: npm/minipass-fetch
Releases · npm/minipass-fetch
minipass-fetch v2.0.3
minipass-fetch v2.0.2
minipass-fetch v2.0.1
minipass-fetch v2.0.0
⚠ 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)