Releases: binkode/laravel-chat-system
Releases · binkode/laravel-chat-system
v1.0.0-beta.4.1
v1.0.0-beta.4
v1.0.0-beta3
What's Changed
Full Changelog: v1.0.0-beta2...v1.0.0-beta3
v1.0.0-beta.2
v1.0.0-beta.1
What's Changed
Features
- Message Broadcasting Events
- Message State Events
- Conversation Support
- Multiple Conversation Users
- Integrated Job Queues
- Customisable
...more
Full Changelog: v1.0.0-beta.0...v1.0.0-beta.1
v1.0.0-beta.0
What's Changed
- Rename methods by @myckhel in #39
-
- renamed
ChatEventMaker
toIChatEventMaker
- renamed
-
- renamed
createMessageActivity
tocreateActivityMessage
- renamed
-
- renamed
makeDelivery
tomakeDeliver
- renamed
-
- renamed
whereRelatedToUser
towhereRelatedTo
- renamed
-
- renamed
makeDelivered
tomakeDeliver
- renamed
-
- renamed
delivery
todelivered
- renamed
- Code comments by @myckhel in #40
Features
- Message Broadcasting Events
- Message State Events
- Conversation Support
- Multiple Conversation Users
- Integrated Job Queues
- Customisable
...more
Full Changelog: v1.0.0-alpha.3...v1.0-beta.0
v1.0.0-alpha.3
Internal Test Release
What's New*
- Updated documentation 📝 Doc
- Tests with pest by @myckhel in #33
- Added
whereNotReadBy
whereNotDeliveredTo
whereNotDeletedBy
query a5ca043 - Added
replyMessage
createMessage
methods to Conversation model a4ea0d0 - Added conversation->createMessageWithToken c722710
- Added exclude prop to ChatSystem::registerObservers c62ea3b
Bug Fixes
- Fixed conversation update 7ffc3ec
- Fixed
notMessenger
typo 36f57d8 - Fixed conversation reply message 466055d
- Fixed channels bugs #34 a514307
Changed
- Renamed
withTrashed
towithAll
e4d2516 - Removed
prependSystemMessage
method 82d362c - Changed conversation's
notMsgEvents
todoesntHaveChatEvents
baf8004 - Changed messages's
notMsgEvents
towhereDoesntHaveChatEvents
f8db80a - Changed events name to adapt to laravel-echo
Enhancements
- improved
notMessenger
query 3fb256b - Improved
whereNotPaticipant
query c05e3a7 - improved ConversationSeeder f6c42d1
Features
- Message Broadcasting Events
- Message State Events
- Conversation Support
- Multiple Conversation Users
- Integrated Job Queues
- Customisable
...more
Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3
v1.0.0-alpha.2
Internal Test Release
What's new*
- Updated documentation 📝 Doc
- Added conversation isParticipant property #26 (#30)
- Added more type hints to Message model arguments 47c2c17
- Added comments to config 7b72362
- Implemented add/remove participant (#29)
- Added Model Contracts (#28)
Features
- Message Broadcasting Events
- Message State Events
- Conversation Support
- Multiple Conversation Users
- Integrated Job Queues
- Customisable
...more
v1.0.0-alpha.1
Internal Test Release
What's new*
- added type column to conversation (#13)
- added type column to message (#15)
- renamed
scopeWhereBelongsToMessages
toscopeWhereRelatedToUser
8ae7ec9 - added all param to
conversation->makeChatEvent
8dc22ad - Disabled migrations autoload without publishing (#20)
- Add metas column to Message (#22)
Features
- Message Broadcasting Events
- Message State Events
- Conversation Support
- Multiple Conversation Users
- Integrated Job Queues
- Customisable
...more
v1.0.0-alpha.0
Internal Test Release
What's new*
- improved message event 2341ace
Features
- Message Broadcasting Events
- Message State Events
- Conversation Support
- Multiple Conversation Users
- Integrated Job Queues
- Customisable
...more