Highland.js v2.7.3 Release Notes

  • 🛠 Bugfix

    • pipe now properly unbinds its drain handler from the destination when it is done. Previously, there would have been a memory leak if the destination is long-lived (e.g., as with process.stdout). #466.