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.
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