Skip to content

Version 3.0.0

Compare
Choose a tag to compare
@rennokki rennokki released this 29 Apr 15:17
· 146 commits to master since this release
8965d6c

This version adds breaking changes:

  • $event->message turns into $event->payload

This version replaces $message member with $payload to avoid the mix with the getMessage() method (changes available in this PR: #12)

Make sure to replace all of the occurrences for this breaking change to ensure the full functionality of your app.