Releases: spatie/laravel-slack-slash-command
Releases · spatie/laravel-slack-slash-command
1.3.0
- support for L5.4
1.2.0
- add support for multiple configured tokens
1.1.3
- fixes adding an
AttachmendField
to anAttachment
1.1.2
fixes passing an array to addFields
1.1.1
- all exceptions will be converted to proper Illuminate responses
- a
SignatureHandler
will now be validated in the controller
1.1.0
- 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
1.0.1
- fixed dependency injection in
handle
method of queud jobs
1.0.0
- Initial stable release
0.0.1
- experimental release