Skip to content

v2.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 22 Jan 09:44
· 31 commits to main since this release

Breaking

  • objectMode now remains false when no input streams use objectMode (#4) 35f24a2
    • Previously, it was always true.
  • It now sets the correct highWaterMark on the merged stream (#4) 35f24a2
    • Marked as breaking because changing the highWaterMark could technically result in some consumer's logic behaving differently, if that logic depends on reading the streams a specific amount of times, or if it assumes the chunks being read to have a specific size.

Improvements

v1.0.0...v2.0.0