Releases: chatscope/use-chat
Releases · chatscope/use-chat
v3.1.1
3.1.1 (2023-01-18)
Bug Fixes
v3.1.0
3.1.0 (2022-12-18)
Features
- added removeMessagesFromConversation method to ChatProvider (c957453)
v3.0.0
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
2.0.3 (2022-12-18)
Bug Fixes
v2.0.2
2.0.2 (2022-09-13)
Bug Fixes
- #13 replace and update message methods in MessageGroup (ae0006d)
v2.0.1
2.0.1 (2022-08-06)
Bug Fixes
- added sources to the npm package (63d9992)
v2.0.0
2.0.0 (2022-07-27)
Documentation
BREAKING CHANGES
- changed names of properties createdDate and updatedDate
v1.5.0
1.5.0 (2022-07-27)
Features
- added createdDate and updatedDate properties to the ChatMessage (f9febc4)
v1.4.1
1.4.1 (2022-07-12)
Bug Fixes
- children type of chat provider (0e74498)
v1.4.0
1.4.0 (2022-04-16)
Features
- added generic user data and conversation data (2a3447e)