Releases: cometchat/chat-sdk-javascript
Releases · cometchat/chat-sdk-javascript
Release list
v2.0.5
- 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
- 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
- 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
- Init method was taking too much time.
- Conversation Object was not exported.
v2.0.3
v1.8.15
v2.0.1
- Bug fix related to messages being piped twice in the Message Listener.
- Typescript definition bug fixes.
v1.8.14
v2.0.0
v2.0.0-beta10
- Giving event in onGroupMemberLeft whenever user leaves the group using the admin API.
- setSearchKeyword in BlockedUsersRequestBuilder fixes.