1.2 KiB
1.2 KiB
Changelog
2026-05-02 - 1.1.0 - feat(transport)
implement WebSocket-based isotransport client and server API with typed events and end-to-end tests
- replace the placeholder module export with functional IsotransportServer, IsotransportClient, and IsotransportConnection implementations
- add typed message handling for string, ArrayBuffer, and Uint8Array payloads across Node.js and browser-compatible runtimes
- introduce a real WebSocket integration test covering server/client message exchange and update package tooling and documentation accordingly
2026-03-01 - 1.0.3 - maintenance
Release 1.0.3 primarily contains repository and metadata maintenance updates accumulated since the previous functional change.
- Consolidated trivial housekeeping changes across 2023-07-10 to 2026-03-01, including org scheme migration, package metadata updates, TypeScript config adjustments, description refreshes, and CI file removal
- No notable user-facing functional changes were introduced in this version
2023-01-06 - 1.0.2 - core
Core update release with a targeted fix.
- Fixed a core update issue
2023-01-06 - 1.0.1 - core
Initial recorded patch release with a core fix.
- Fixed a core update issue