All Versions
5
Latest Version
Avg Release Cycle
461 days
Latest Release
1769 days ago

Changelog History

  • v4.0.0 Changes

    June 13, 2019

    ๐Ÿ’ฅ Breaking:

    • ๐Ÿ’… Make the transform function an async function instead of callback-style (#7) e79bc5e
    • ๐Ÿ“‡ Rename the chunkLength option to chunkSize (#7) e79bc5e

    โœจ Enhancements:

    • โž• Add FirstChunkStream.stop which can be returned in the transform function to end the stream early (#7) e79bc5e

    v3.0.0...v4.0.0

  • v3.0.0 Changes

    May 12, 2019

    ๐Ÿ’ฅ Breaking:

    โœจ Enhancements:

    • โž• Add TypeScript definition (#5) 6bf89bb

    v2.0.0...v3.0.0

  • v2.0.0 Changes

    September 21, 2015

    Rewritten to give you exactly the size you request through a chunkLength option instead of the previous minSize option, which could be larger than the wanted size. It's now also a Duplex stream instead of a Transform stream.

    Huge thanks to @nfroidure for the rewrite!

  • v1.0.0

    August 14, 2014
  • v0.1.0

    May 25, 2014