Update stream utilities and fix peek logic
Release / release (push) Successful in 4s

This commit is contained in:
2026-08-30 17:13:32 +01:00
parent b3830683f6
commit d5578f009a
10 changed files with 122 additions and 26 deletions
+10
View File
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.4.0] - 2026-08-30
### Added
- `wpStreamHasCount`, `wpStreamPeekWithOffset` and `wpStreamConsumeCount` utilities
### Fixed
- Logic for peeking at stream contents
## [2.3.0] - 2026-08-29
### Added