Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

42 lines (27 loc) · 1.47 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

1.0.3 (2025-01-23)

♻️ Refactoring

  • update/simplify FIFOBuffer impl, update docs (8f85324)

0.2.0 (2024-12-24)

🚀 Features

  • add IReadBuffer.peek() (a4b96c6)
    • update FIFOBuffer & LIFOBuffer impls
    • add tests

0.1.1 (2024-04-20)

♻️ Refactoring

0.1.0 (2024-04-11)

🚀 Features

  • add/extract as new pkg (55ba21b)
    • extracted buffer impls from thi..ng/fibers
    • extend interfaces
    • add/update docs
    • add tests