Skip to content

Releases: chatscope/use-chat

v3.1.1

18 Jan 16:13
Compare
Choose a tag to compare

3.1.1 (2023-01-18)

Bug Fixes

v3.1.0

18 Dec 09:25
Compare
Choose a tag to compare

3.1.0 (2022-12-18)

Features

  • added removeMessagesFromConversation method to ChatProvider (c957453)

v3.0.0

18 Dec 08:07
Compare
Choose a tag to compare

3.0.0 (2022-12-18)

  • feat!: added removeMessagesFromConversation (639588b)

BREAKING CHANGES

  • due to the addition of a new method to the IStorage interface.
    However, this is only relevant if you are using a custom storage implementation.
    Otherwise, the library is backward compatible and the upgrade is safe.

v2.0.3

18 Dec 07:37
Compare
Choose a tag to compare

2.0.3 (2022-12-18)

Bug Fixes

v2.0.2

13 Sep 19:58
Compare
Choose a tag to compare

2.0.2 (2022-09-13)

Bug Fixes

  • #13 replace and update message methods in MessageGroup (ae0006d)

v2.0.1

06 Aug 18:58
Compare
Choose a tag to compare

2.0.1 (2022-08-06)

Bug Fixes

  • added sources to the npm package (63d9992)

v2.0.0

27 Jul 13:46
Compare
Choose a tag to compare

2.0.0 (2022-07-27)

Documentation

BREAKING CHANGES

  • changed names of properties createdDate and updatedDate

v1.5.0

27 Jul 11:49
Compare
Choose a tag to compare

1.5.0 (2022-07-27)

Features

  • added createdDate and updatedDate properties to the ChatMessage (f9febc4)

v1.4.1

12 Jul 21:44
Compare
Choose a tag to compare

1.4.1 (2022-07-12)

Bug Fixes

  • children type of chat provider (0e74498)

v1.4.0

16 Apr 18:58
Compare
Choose a tag to compare

1.4.0 (2022-04-16)

Features

  • added generic user data and conversation data (2a3447e)