Skip to content

Latest commit

 

History

History
80 lines (46 loc) · 5.43 KB

CHANGELOG.md

File metadata and controls

80 lines (46 loc) · 5.43 KB

Changelog

0.3.0 (2024-03-28)

Features

  • add readableStreamWithPipeStream feature (ffdb4ee)

0.2.1 (2024-03-24)

Miscellaneous Chores

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 accept ReadableWritablePair (333f6c6)

Miscellaneous Chores

0.1.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 accept ReadableWritablePair (333f6c6)

Miscellaneous Chores