Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 876 Bytes

CHANGELOG.md

File metadata and controls

27 lines (17 loc) · 876 Bytes

message2call change log

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

Change

  • Use Promise.resolve().then(callback) instead of setTimeout(callback)

1.0.0 - 2024-01-05

BREAKING CHANGE

  • Remove createQueueRemote(name), use createRemoteGroup(name, { queue: true }) instead.

Change

  • Add createProxyCallback
  • Add releaseAllProxyCallback
  • Add createRemoteGroup
  • Add isSendErrorStack option
  • Remove createQueueRemote