Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 1.13 KB

Change Log

All notable changes to this project will be documented in this file. 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.

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