Skip to content

Releases: myckhel/laravel-chat-system

v1.0.0-beta3

12 May 08:58
aa2e507
Compare
Choose a tag to compare

What's Changed

  • Fixed Inconsistent tests by @myckhel in #49
  • Added Laravel v11 support

Full Changelog: v1.0.0-beta2...v1.0.0-beta3

v1.0.0-beta.2

29 Jun 02:33
6434127
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-beta.1...v1.0.0-beta2

v1.0.0-beta.1

23 Apr 08:56
5379e19
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

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

13 Nov 22:49
4e2635c
Compare
Choose a tag to compare
v1.0.0-beta.0 Pre-release
Pre-release

What's Changed

  • Rename methods by @myckhel in #39
    • renamed ChatEventMaker to IChatEventMaker
    • renamed createMessageActivity to createActivityMessage
    • renamed makeDelivery to makeDeliver
    • renamed whereRelatedToUser to whereRelatedTo
    • renamed makeDelivered to makeDeliver
    • renamed delivery to delivered
  • 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

17 Oct 02:01
7e45d8c
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

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

Changed

  • Renamed withTrashed to withAll e4d2516
  • Removed prependSystemMessage method 82d362c
  • Changed conversation's notMsgEvents to doesntHaveChatEvents baf8004
  • Changed messages's notMsgEvents to whereDoesntHaveChatEvents 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

15 Jul 13:19
4112995
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

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

02 Jul 14:06
8830185
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Internal Test Release

What's new*

  • added type column to conversation (#13)
  • added type column to message (#15)
  • renamed scopeWhereBelongsToMessages to scopeWhereRelatedToUser 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

18 Jun 15:20
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

Internal Test Release

What's new*

Features

  • Message Broadcasting Events
  • Message State Events
  • Conversation Support
  • Multiple Conversation Users
  • Integrated Job Queues
  • Customisable
    ...more

v1.0.0-alpha

25 May 22:13
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

Internal Test Release

Features

  • Message Broadcasting Events
  • Message State Events
  • Conversation Support
  • Multiple Conversation Users
  • Integrated Job Queues
  • Customisable
    ...more