1.4 KiB
1.4 KiB
Changelog
2025-12-04 - 1.0.30 - fix(DeesComms)
Skip routing hooks for BroadcastChannel-received messages to prevent infinite loops; update typedrequest dependency and bump package version.
- Skip hooks when routing responses for messages received from the BroadcastChannel (prevents infinite loops when global traffic-logging hooks are present).
- Bump dependency @api.global/typedrequest to ^3.2.3.
- Bump package version to 1.0.29.
2025-12-04 - 1.0.28 - fix(build)
Upgrade build/test tooling and runtime deps; enable verbose tests
- Change test script to run tstest with --verbose instead of --web
- Upgrade devDependencies: @git.zone/tsbuild -> ^3.1.2, @git.zone/tsbundle -> ^2.6.3, @git.zone/tsrun -> ^2.0.0, @git.zone/tstest -> ^3.1.3, @push.rocks/tapbundle -> ^6.0.3, @types/node -> ^24.10.1
- Bump runtime dependencies: @api.global/typedrequest -> ^3.2.2, broadcast-channel -> ^7.2.0
- No source code changes outside package.json
2024-05-25 - 1.0.27 - maintenance (1.0.2 → 1.0.27)
Consolidated maintenance releases covering many small patches, core fixes, and version bumps between 2020-10-06 and 2024-05-25.
- Aggregated numerous "fix(core): update" changes applied across multiple patch releases.
- Many releases were version bumps or had only minimal/internal changes with no user-facing features.
- No breaking API changes recorded in these patch releases.
2024-04-20 - 1.0.24 - docs
Update documentation.
- Updated project documentation.