Skip to content

v1.0.0

Compare
Choose a tag to compare
@alanshaw alanshaw released this 14 Mar 10:30
· 12 commits to main since this release
b8ef797

BREAKING CHANGE: API, behavior and return types have changed. The module now only exports one function filesFromPaths which returns an array of file-like objects. The stream returned by stream() in these objects is now a web stream (ReadableStream). File names now have their common prefix stripped automatically. Finally, the minimum Node.js version has increased from 14 to 18 (the current LTS) because of we use Readable.toWeb().