fix(virtualstream): reconstitute JSON-serialized binary data in VirtualStream; update docs, build config, and dependency bumps
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user