# Change Log

- **Last updated**: 2025-04-01T21:42:04Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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](https://conventionalcommits.org/) 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](https://github.com/thi-ng/umbrella/tree/@thi.ng/buffers@1.0.3) (2025-01-23)

#### ♻️ Refactoring

- update/simplify FIFOBuffer impl, update docs ([8f85324](https://github.com/thi-ng/umbrella/commit/8f85324))

## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/buffers@0.2.0) (2024-12-24)

#### 🚀 Features

- add `IReadBuffer.peek()` ([a4b96c6](https://github.com/thi-ng/umbrella/commit/a4b96c6))
  - update `FIFOBuffer` & `LIFOBuffer` impls
  - add tests

### [0.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/buffers@0.1.1) (2024-04-20)

#### ♻️ Refactoring

- update type usage ([95de331](https://github.com/thi-ng/umbrella/commit/95de331))

## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/buffers@0.1.0) (2024-04-11)

#### 🚀 Features

- add/extract as new pkg ([55ba21b](https://github.com/thi-ng/umbrella/commit/55ba21b))
  - extracted buffer impls from thi..ng/fibers
  - extend interfaces
  - add/update docs
  - add tests
