Skip to content

Releases: storacha/files-from-path

v1.0.4

07 Dec 09:57
2398128
Compare
Choose a tag to compare

1.0.4 (2023-12-07)

Bug Fixes

  • build step cannot be run in dist dir (198359f)

v1.0.3

29 Nov 12:00
ceb5745
Compare
Choose a tag to compare

1.0.3 (2023-11-29)

Bug Fixes

v1.0.2

20 Nov 16:53
ec37580
Compare
Choose a tag to compare

1.0.2 (2023-11-20)

Bug Fixes

Other Changes

  • allow release-plz to open changelog PRs (#31) (350c916)
  • release from ci and add --provenance for verifiable builds! (#30) (7ae47f4)

v1.0.1

09 Nov 13:18
Compare
Choose a tag to compare

Bugfix release to ensure stable ordering of files returned.

v1.0.0

14 Mar 10:30
b8ef797
Compare
Choose a tag to compare

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

31 Mar 12:27
86028fc
Compare
Choose a tag to compare
chore: release v0.2.6 (#20)

v0.2.4

28 Feb 15:22
Compare
Choose a tag to compare
chore: release v0.2.4

v0.2.3

11 Jan 10:05
86f403f
Compare
Choose a tag to compare
chore: release v0.2.3 (#14)