feat(core): Add support for creating Web ReadableStream from a file

This commit is contained in:
2024-10-13 13:49:13 +02:00
parent 9c30e5bab1
commit c8dc791c83
5 changed files with 46 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2024-10-13 - 3.1.0 - feat(core)
Add support for creating Web ReadableStream from a file
- Introduced a new helper function `createWebReadableStreamFromFile` that allows for creating a Web ReadableStream from a file path.
- Updated exports in `ts/index.ts` to include `nodewebhelpers` which provides the new web stream feature.
## 2024-10-13 - 3.0.46 - fix(WebDuplexStream)
Fix errors in WebDuplexStream transformation and test logic