All Notable changes to laravel-slack
will be documented in this file
- added
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