All notable changes to laravel-slack
will be documented in this file
- remove unnecessary array access to config value (#106)
- allow PHP Version ^7.3|^8.0 in composer.json (#105)
- Laravel 8 & Guzzle 7 support (#101)
- add support for Laravel 7
- fix default parameter
- support Laravel 6
- add channelId property in Request
- add support for Laravel 5.8
- drop support for Laravel 5.7 and older
- fix creating signature with nullable fields in request body
- added ability to verify requests with signature
- add support for L5.7
- fix
footerIcon
- add
useMarkdown
- add support for L5.6
- add
withAttachments
- add
setCallbackId
- add support adding actions to attachments
- add support for Laravel 5.4
- add support for multiple configured tokens
- fixes adding an
AttachmendField
to anAttachment
- fixes passing an array to
addFields
- all exceptions will be converted to proper Illuminate responses
- a
SignatureHandler
will now be validated in the controller
- added the
Help
handler - added support for wildcards in
SignatureHandler
- all exceptions now inherited from
Spatie\SlashCommand\Exceptions\SlashCommandExpception
- exceptions will now result in a proper error in your Slack channel instead of dumping out some html
- fixed dependency injection in
handle
method of queud jobs
- initial release