Skip to content

Releases: cometchat/chat-sdk-javascript

v3.0.1

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 07 Sep 11:25
  • Added callbacks in markAsRead & markAsDelivered.

v3.0.0

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 11 Aug 08:07
  • Merged all the changes of the latest stable SDK (v2.4.0)
  • Added a method to fetch online user count for the app.
  • Added a method to fetch online group member count for the specified GUIDs.
  • Added a method to fetch user & group tags in the conversation list.
  • Added a method to send transient messages.
  • Disabled auto marking messages as delivered in SDK.
  • Optimized the reconnection logic.

v3.0.0-beta7

v3.0.0-beta7 Pre-release
Pre-release

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 27 Jul 14:38
  • Added a method to send transient messages.
  • Disabled auto marking messages as delivered in SDK.

v2.4.0

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 02 Jul 08:50
  • Calling Optimizations.

v3.0.0-beta6

v3.0.0-beta6 Pre-release
Pre-release

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 08 Jun 13:31
  • Added a method to get the raw message as JSON from the Message object.
  • Fixed issue with the push notification token getting deleted on extensions enabled/disabled.

v2.3.6

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 07 Jun 16:22
  • Added a method to get the raw message as JSON from the Message object.
  • Fixed issue with the push notification token getting deleted on extensions enabled/disabled.

v3.0.0-beta5

v3.0.0-beta5 Pre-release
Pre-release

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 28 May 13:04
  • Fixed issue in hideDeletedMessage() of the MessagesRequestBuilder() during pagination.

v2.3.5

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 27 May 09:44
  • Fixed issue in hideDeletedMessage() of the MessagesRequestBuilder() during pagination.

v3.0.0-beta4

v3.0.0-beta4 Pre-release
Pre-release

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 24 May 10:32
  • Added a method to hide deleted messages from the message list.
  • Added a method to fetch a list of users by UIDs.
  • Fixed Issue with an additional WS connection being made if CometChat.init() is called in CometChat.login().

v2.3.4

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 20 May 12:22
  • Added a method to hide deleted messages from the message list.
  • Added a method to fetch a list of users by UIDs.