Highland.js v2.13.2 Release Notes

Release Date: 2019-02-20 // about 5 years ago
  • ๐Ÿ›  Bugfix

    • ๐Ÿ›  Fixes a regression in the through transform. If it is called with an un-paused through stream and the source Highland stream has buffered data (or generates data synchronously), then that data may be lost. #671.
    • ๐Ÿ›  Fix pipe so that it does not emit data synchronously. This allows for chained pipes to work properly even if a stream in the middle of the pipe is unpaused. #671.