Skip to content

2.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 21 Sep 08:33
· 20 commits to main since this release

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!