Releases: JonDotsoy/streamable-tools
Releases · JonDotsoy/streamable-tools
streamable-tools: v0.3.0
streamable-tools: v0.2.1
streamable-tools: v0.2.0
0.2.0 (2024-03-24)
Features
- add helper function for creating ReadableStream with controller (c4496da)
- add iterableToReadableStream utility function (7632c33)
- add Makefile to streamline build process (187b7c1)
- add readable stream transforms utility (1965bd1)
- add SplitStream with tests for splitting stream data by newlines (6f11660)
- add stream transformation utilities and tests (a70f26a)
- initialize project with essential configurations and documentation (4173fba)
- multiply-stream: add MultiplyStream class and tests (0094d02)
- tests: add new test case for string concatenation using readableStreamToText (60bd694)
Bug Fixes
- add Iterable to Readable Stream module (82f649f)
Performance Improvements
- add stream utility modules and cross-platform support tests (b3ee057)
- enhance project structure and introduce normalization (77fbdad)
- update
MultiplyStream
to acceptReadableWritablePair
(333f6c6)