Releases: musonza/chat
Releases · musonza/chat
v4.3.0
v4.2.0
v4.1.1
v4.1.0
4.0.5-beta
Update MessageService.php (#225)
4.0.4-beta
Apply fixes from StyleCI (#216)
4.0.3
4.0.1
4.0.0
- Ability to use any Laravel model as participant ⚡
- Update package readme, functions, tables, Models to not refer participants as users
- Add tests with different Model types as participants. Passing right now because there is one Model type in use
- Direct Messaging instead of referring to it as private
- Package routes
- Conversation settings for participant (example: mute_mentions, mute_conversation)
- Fire additional events (ConversationStarted, ParticipantJoined, ParticipantLeft)
- Model Transformers
- #104
- #165