v2.3.0
- 🤘 HTTP/3 support by latest cURL
- 👷 Improved errors handling
- 👷 Improved arguments type check
- 📋 Improved documentation and examples
Added:
- ✨
pipeTo
option — Pass response data to writableStream, for example download a file to FS
Changed:
- 👨💻
.pipe()
method now can be used multiple times to pipe response to multiple writeable streams - 📦
node-libcurl
upgraded tov2.3.0
, wasv2.2.0
- 📦
[dev-dependency]
mocha
upgraded tov8.2.1
, wasv8.1.1