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
ChatEventMakertoIChatEventMaker
- renamed
-
- renamed
createMessageActivitytocreateActivityMessage
- renamed
-
- renamed
makeDeliverytomakeDeliver
- renamed
-
- renamed
whereRelatedToUsertowhereRelatedTo
- renamed
-
- renamed
makeDeliveredtomakeDeliver
- renamed
-
- renamed
deliverytodelivered
- 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
whereNotReadBywhereNotDeliveredTowhereNotDeletedByquery a5ca043 - Added
replyMessagecreateMessagemethods to Conversation model a4ea0d0 - Added conversation->createMessageWithToken c722710
- Added exclude prop to ChatSystem::registerObservers c62ea3b
Bug Fixes
- Fixed conversation update 7ffc3ec
- Fixed
notMessengertypo 36f57d8 - Fixed conversation reply message 466055d
- Fixed channels bugs #34 a514307
Changed
- Renamed
withTrashedtowithAlle4d2516 - Removed
prependSystemMessagemethod 82d362c - Changed conversation's
notMsgEventstodoesntHaveChatEventsbaf8004 - Changed messages's
notMsgEventstowhereDoesntHaveChatEventsf8db80a - Changed events name to adapt to laravel-echo
Enhancements
- improved
notMessengerquery 3fb256b - Improved
whereNotPaticipantquery 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
scopeWhereBelongsToMessagestoscopeWhereRelatedToUser8ae7ec9 - added all param to
conversation->makeChatEvent8dc22ad - 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