Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

42 lines (22 loc) · 2.71 KB

Changelog

2.0.2 (2022-03-02)

Bug Fixes

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

2.0.1 (2022-03-01)

Bug Fixes

Dependencies

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

2.0.0 (2022-02-24)

⚠ 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)