Skip to content

Releases: getditto/DittoChatPackage

1.2.0

30 Apr 22:09
310a8fe
Compare
Choose a tag to compare
  • Added unread messages to chat users
  • Added ability to subscribe to chat rooms
  • switched back to demo chats implementation of message collections which are generated UUID's from all chats being in a single collection
  • Added updates from Chat demo app

1.1.0

14 Nov 03:13
42312d6
Compare
Choose a tag to compare
  • Made chat user public
  • Allowed for chat user to be set by the consuming application
  • changed public chat to use messages collection

1.0.0

06 Nov 23:56
c042043
Compare
Choose a tag to compare
  • Initial release of Ditto Chat Package
  • Is a fork of https://github.com/getditto/demoapp-chat/tree/main with the code base being converted into a package
  • This package allows for users to add the functionality of the Chat demo application into their code base
  • Some changed have been made around the management of the Ditto instance as well ass public access to functions that are needed for displaying and creating new chat rooms in an consuming application.