3.1.2 (2023-09-27)
- added missing MessageGroup export (21bf7c9)
3.1.1 (2023-01-18)
3.1.0 (2022-12-18)
- added removeMessagesFromConversation method to ChatProvider (c957453)
3.0.0 (2022-12-18)
- feat!: added removeMessagesFromConversation (639588b)
- 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.
2.0.3 (2022-12-18)
2.0.2 (2022-09-13)
2.0.1 (2022-08-06)
- added sources to the npm package (63d9992)
2.0.0 (2022-07-27)
- readme update (2752aeb)
- changed names of properties createdDate and updatedDate
1.5.0 (2022-07-27)
- added createdDate and updatedDate properties to the ChatMessage (f9febc4)
1.4.1 (2022-07-12)
- children type of chat provider (0e74498)
1.4.0 (2022-04-16)
- added generic user data and conversation data (2a3447e)
1.3.1 (2022-02-20)
- force build (d6667d3)
1.3.0 (2022-02-17)
- added removeConversation method (44f58d6)
1.2.2 (2022-02-17)
1.2.1 (2021-12-18)
- description in replaceconversation (387e75e)
1.2.0 (2021-12-18)
- added description property to the conversation (8a565ad)
1.1.1 (2021-10-30)
- added missing param to replace conversation (ed2bab4)
1.1.0 (2021-10-30)
- added readonly parameter to the conversation (3861353)
1.0.7 (2021-10-30)
- allow empty props in the conversation and participant constructor (bd25d51)
1.0.6 (2021-10-30)
- allow empty props in the user constructor (bc2949a)
1.0.5 (2021-09-20)
1.0.4 (2021-05-17)
- provider: allow empty children (9b1a97e)
1.0.3 (2021-05-17)
- provider: error message (09b7e05)
1.0.2 (2021-05-10)
- provider: wrapped api methods in useCallback for referential equality (9f7b7b9)
1.0.1 (2021-05-10)
- fake: don't want to fight with npm (4b072f7)
- release: first release (5cbf1fd)
- release: First stable release