fix(virtualstream): reconstitute JSON-serialized binary data in VirtualStream; update docs, build config, and dependency bumps

This commit is contained in:
2026-03-01 19:23:51 +00:00
parent d54ec9ea3b
commit 364c1a4720
8 changed files with 5895 additions and 2849 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-03-01 - 3.2.7 - fix(virtualstream)
reconstitute JSON-serialized binary data in VirtualStream; update docs, build config, and dependency bumps
- Add VirtualStream.reconstituteBinaryData to restore Buffer/Uint8Array shapes lost to JSON serialization and use it when handling chunk data and response chunkData.
- Remove .gitlab-ci.yml and add a tsbundle bundle config in npmextra.json; update package.json build script to invoke tsbundle without the previous extra argument.
- Bump multiple devDependencies and dependencies to newer patch/minor versions.
- Significantly expand README with usage examples for TypedRequest, TypedHandler, TypedRouter, TypedTarget, VirtualStream, error handling, hooks, and architecture overview.
- Minor README/legal wording clarifications.
## 2026-02-11 - 3.2.6 - fix(deps)
upgrade @push.rocks/webrequest to ^4.0.1 and adapt TypedRequest to new API