Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

v0.11.0 🌈

Compare
Choose a tag to compare
@release-drafter release-drafter released this 26 May 07:51
· 708 commits to master since this release
9673cf5

🚀 Features

  • [https] Added tls-related properties to https.Agent(options) & https.request(options) @exoego (#201)
  • [process] Implement TransferOptions @exoego (#196)
  • [process] Deprecate process.openStdin in favor of process.stdin @exoego (#195)
  • [os][stream] Refine return types after dropping Node.js v8 @exoego (#194)
  • [stream] Remove the unused class Chunk @exoego (#193)

🐛 Bug Fixes

🧰 Maintenance