Releases: storacha/files-from-path
Releases · storacha/files-from-path
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
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()
.
v0.2.6
chore: release v0.2.6 (#20)
v0.2.4
chore: release v0.2.4
v0.2.3
chore: release v0.2.3 (#14)