Skip to content

Releases: cometchat/chat-sdk-ionic

v2.0.14

29 Oct 14:37
Compare
Choose a tag to compare
  • Fixed issue with the status of a user not being sent correctly in groupMembersRequestBuilder().
  • Miscellaneous optimizations and bug fixes.

v2.0.13

09 Oct 15:27
Compare
Choose a tag to compare
  • Added multivalued filtering for users based on roles.
  • Added multivalued filtering for messages based on categories and types.
  • Added multivalued filtering for group members based on scopes.

v2.0.12

05 Oct 11:30
Compare
Choose a tag to compare
  • Fixed issue related to type definitions.
  • Fixed issue related WS not getting connected on reload after updating user using updateUser().

v2.0.11

09 Jul 16:32
Compare
Choose a tag to compare
  • Added support for Threaded Messages.
  • Added flag in the AppSettingsBuilder for auto joining groups.
  • Optimized typing indicators and delivery/read receipts.
  • Bugfix related to wrong messageId being passed in the fetch message API call.
  • Bugfix for userAgent greater than 255 characters.

v2.0.10

15 Jun 16:55
Compare
Choose a tag to compare
  • Added login listener.
  • Internal modifications and optimizations.

v2.0.9

08 Jun 17:36
Compare
Choose a tag to compare
  • Bug fixes related to userAgent length.
  • Bug fixes related to sending media messages with metadata.
  • Internal modifications and optimizations

v2.0.8

27 May 11:30
Compare
Choose a tag to compare
  • When updating logged-in user using updateUser(), the details stored in the local storage will be updated as well.

  • Added membersCount property in Group object.

  • Added ability to send media messages via URL.

  • Added a method to fetch a single conversation.

  • Fixed issue with real-time events not working for group creator when the group is created via API.

  • Fixed an issue related to the status of a user being online by default when converting a message into the conversation.

  • Fixed issue with sending "0", "undefined" or "null" in the message text giving error.

  • Fixed issue related to real-time listener event not being fired when logging in using authToken until the page is refreshed.

v2.0.7

13 Apr 12:50
Compare
Choose a tag to compare
  • Fixed login issue.

  • Fixed BlockedUsersRequest Pagination issue.

  • Fixed GroupMembersRequest Pagination issue.

  • Fixed issue with unreadMessageCount being parsed as a string instead of a number in the Conversation Object.

  • Added a connection listener, to provide real-time status of the connection to our WS servers.

  • Added a method to fetch current connection status.

  • Added ping mechanism along with reconnection logic, so as to reconnect to our WS servers when the connection gets dropped.

  • Added type definitions for create/update user methods.

  • Removed setUndelivered parameter from MessagesRequestBuilder().

  • Removed all undelivered message count methods.

  • Removed credits from User Object.

v2.0.7-beta1

28 Feb 14:14
Compare
Choose a tag to compare
v2.0.7-beta1 Pre-release
Pre-release
  • Login issue.
  • BlockedUsersRequest Pagination issue.
  • GroupMembersRequest Pagination issue.
  • Conversation unreadMessageCount was being returned as a string instead of a number.
  • Type definitions for create/update user methods.

V2.0.6

12 Feb 16:18
Compare
Choose a tag to compare
  • Added create/update User via SDK.
  • Changed validations in updateGroup().