Highland.js v2.7.1 Release Notes

  • ๐Ÿ›  Bugfix

    • pipe now emits the pipe event to the destination stream. #450. Fixes #449.

    ๐Ÿ†• New additions

    • pipe now takes a second, optional options argument that allows users to decide whether or not to end the destination stream when the source ends. #450.