Skip to content

Releases: cometchat/chat-sdk-javascript

v2.0.5

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 08 Jan 16:01
  • Added return types for promises.
  • Added a method for getting JoinedGroups GUIDs.
  • Added a method to register token for subscribing to Push Notification.
  • Fixes in converting message to conversation.
  • Optimized Login while connecting to websocket server.
  • Added a fallback for websocket connection.
  • Added validation for sending media message.

v2.0.5-beta1

v2.0.5-beta1 Pre-release
Pre-release

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 13 Dec 17:28
  • Fixed issue with CometChat.getLoggedinUser().
  • Fixed issue with search for GroupMemberRequest.
  • Fixed issue with ConversationRequest when lastMessage was undefined.
  • Fixes for type definition file.
  • More accurate and descriptive error codes.

v2.0.0-beta11

v2.0.0-beta11 Pre-release
Pre-release

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 12 Dec 17:08
  • Fixed issue with CometChat.getLoggedinUser().
  • Fixed issue with search for GroupMemberRequest.
  • Fixed issue with ConversationRequest when lastMessage was undefined.
  • Fixes for type definition file.
  • More accurate and descriptive error codes.

v2.0.4

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 03 Dec 10:56
  • Init method was taking too much time.
  • Conversation Object was not exported.

v2.0.3

Choose a tag to compare

@ajaygajra ajaygajra released this 27 Nov 15:03

#58
resolved

v1.8.15

Choose a tag to compare

@ajaygajra ajaygajra released this 27 Nov 15:04

#58 Resolved

v2.0.1

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 21 Nov 10:41
  • Bug fix related to messages being piped twice in the Message Listener.
  • Typescript definition bug fixes.

v1.8.14

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 21 Nov 14:58
  • Type definition fixes

v2.0.0

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 06 Nov 14:20
v2.0.0

v2.0.0-beta10

v2.0.0-beta10 Pre-release
Pre-release

Choose a tag to compare

@mayur-bhandari mayur-bhandari released this 30 Oct 07:46
  • Giving event in onGroupMemberLeft whenever user leaves the group using the admin API.
  • setSearchKeyword in BlockedUsersRequestBuilder fixes.