fix(readme): Update README: expand docs, examples, server readiness, heartbeat, and testing utilities
This commit is contained in:
11
changelog.md
11
changelog.md
@@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-08-25 - 2.1.1 - fix(readme)
|
||||
Update README: expand docs, examples, server readiness, heartbeat, and testing utilities
|
||||
|
||||
- Rewrite introduction and overall tone to emphasize zero-dependency, reliability, and TypeScript support
|
||||
- Replace several Quick Start examples to use socketPath and show autoCleanupSocketFile usage
|
||||
- Add Server readiness detection docs and SmartIpc.waitForServer example
|
||||
- Document smart connection retry options (connectRetry) and registerTimeoutMs usage
|
||||
- Clarify heartbeat configuration and add heartbeatThrowOnTimeout option to emit events instead of throwing
|
||||
- Add sections for automatic socket cleanup, broadcasting, testing utilities (waitForServer, spawnAndConnect), and metrics
|
||||
- Various formatting and copy improvements throughout README
|
||||
|
||||
## 2025-08-25 - 2.1.0 - feat(core)
|
||||
Add heartbeat grace/timeout options, client retry/wait-for-ready, server readiness and socket cleanup, transport socket options, helper utilities, and tests
|
||||
|
||||
|
Reference in New Issue
Block a user