Skip to content

Releases: musonza/chat

v4.3.0

05 Mar 14:33
a6435d4
Compare
Choose a tag to compare
Merge pull request #245 from musonza/revert-244-revert-242-patch-1

Revert "Revert "Update to L7.x""

v4.2.0

05 Dec 00:24
e60fcbd
Compare
Choose a tag to compare
Update ConversationService.php (#232)

v4.1.1

28 Nov 03:13
db3e91b
Compare
Choose a tag to compare
Apply fixes from StyleCI (#230)

v4.1.0

28 Nov 02:24
bb0aa0d
Compare
Choose a tag to compare
Update README.md

4.0.5-beta

25 Nov 18:30
11793e2
Compare
Choose a tag to compare
Update MessageService.php (#225)

4.0.4-beta

07 Nov 13:21
f32cd7f
Compare
Choose a tag to compare
Apply fixes from StyleCI (#216)

4.0.3

07 Nov 12:55
f32cd7f
Compare
Choose a tag to compare
Apply fixes from StyleCI (#216)

4.0.1

07 Nov 02:57
94cce0a
Compare
Choose a tag to compare
// Make direct conversation after creation
$conversation = Chat::createConversation($participants)->makeDirect();

// Specify intent for direct conversation before creation
$conversation = Chat::makeDirect()->createConversation($participants);

4.0.0

06 Nov 01:23
d752325
Compare
Choose a tag to compare
  • 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

v3.7.0

29 Oct 00:09
c4bc1c6
Compare
Choose a tag to compare
Specificy sender fields (#191)

* Allow specifying sender fields for queries

* Apply fixes from StyleCI (#190)