All notable changes to this project will be documented in this file.
Project versioning adheres to Semantic Versioning. Commit convention is based on Conventional Commits. Change log format is based on Keep a Changelog.
2.0.3 - 2025-03-29
- fix
performance is not defined
2.0.2 - 2025-03-29
- Rename
proxyObj
toexposeObj
2.0.1 - 2025-03-29
- Re-export common types
2.0.0 - 2025-03-29
- Changing the message data format
- Rename
createMsg2call
tocreateMessage2Call
- Convert to pure ESM module
1.1.1 - 2024-12-05
- Fix call timeout error message emit
1.1.0 - 2024-05-17
- Use
Promise.resolve().then(callback)
instead ofsetTimeout(callback)
1.0.0 - 2024-01-05
- Remove
createQueueRemote(name)
, usecreateRemoteGroup(name, { queue: true })
instead.
- Add
createProxyCallback
- Add
releaseAllProxyCallback
- Add
createRemoteGroup
- Add
isSendErrorStack
option - Remove
createQueueRemote