Skip to content

Releases: getditto/DittoChatPackage

2.1.1

28 Oct 23:12
7bb3894
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

24 Oct 22:20
a316729
Compare
Choose a tag to compare
  • TAK chat interoperability for public chats

2.0.1

15 Oct 14:09
ff56683
Compare
Choose a tag to compare
  • Updated Ditto dependency to a from rather than exact dependency
  • Removed logging code which depended on Ditto Tools

2.0.0

05 Sep 19:30
7fa3b1c
Compare
Choose a tag to compare
added tvOS support (#19)

* added tvOS support

* updated spacing for flags

* Fixed chat for tvOS

* Updated to 4.8.0-rc.1

* Added codeScanner back and removed DittoSwiftTools

* removed DittoSwiftTools

* Updated to 4.8

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.