Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1014 Bytes

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 1014 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.1 - 2024-12-05

Fix

  • Fix call timeout error message emit

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