1.1.0
coaction v1.1.0
This release upgrades coaction and all @coaction/* packages from 1.0.1 to 1.1.0, with a strong focus on synchronization reliability, collaboration correctness, and test coverage.
Highlights
- Hardened multi-peer collaboration in @coaction/yjs
- Added complete subpackage examples under examples/subpackages/*
- Added end-to-end test coverage for all subpackage examples
- Improved core sync safety with execute-sequence fallback logic
- Strengthened release tooling to keep version bumps consistent across the monorepo
What’s Changed
- @coaction/yjs
- Improved multi-peer sync behavior and defensive sync paths
- Added websocket-mock 2-player integration test
- Expanded branch/edge-case coverage
- Added collaboration and sync-semantics documentation
- coaction core
- Added full-sync timeout fallback for execute sequence handling
- Expanded runtime export and branch coverage
- Examples and QA
- Added runnable examples + README for core and all subpackages
- Added e2e tests for subpackage examples
- Expanded UT/IT coverage across packages (notably yjs, core, logger)
- Release/CI
- Enforced unified changeset bump strategy
- Refreshed lockfile and workspace resolution for 1.1.0
- Renamed logger package directory to packages/coaction-logger (package name unchanged: @coaction/logger)
Breaking Changes
- None.
Full Changelog: v1.0.1...v1.1.0