Releases: nwilging/laravel-slack-bot
Releases · nwilging/laravel-slack-bot
2.1.3
What's Changed
- Bump guzzlehttp/psr7 from 2.4.0 to 2.5.0 by @dependabot in #28
- Handle false unfurl flags correctly by @lucidlogic in #30
New Contributors
- @lucidlogic made their first contribution in #30
Full Changelog: 2.1.2...2.1.3
Release v2.1.2
What's Changed
- Bump guzzlehttp/guzzle from 7.4.2 to 7.4.3 by @dependabot in #23
- Add slash command handling support by @nwilging in #24
- Bump guzzlehttp/guzzle from 7.4.3 to 7.4.5 by @dependabot in #26
- Bump symfony/http-kernel from 5.4.7 to 5.4.20 by @dependabot in #27
New Contributors
- @dependabot made their first contribution in #23
Full Changelog: 2.0.0...2.1.2
Release v2.1.1
What's Changed
- Bump guzzlehttp/guzzle from 7.4.3 to 7.4.5 by @dependabot in #26
Full Changelog: 2.1.0...2.1.1
Release v2.1.0
What's Changed
- Bump guzzlehttp/guzzle from 7.4.2 to 7.4.3 by @dependabot in #23
- Add slash command handling support by @nwilging in #24
New Contributors
- @dependabot made their first contribution in #23
Full Changelog: 2.0.0...2.1.0
Release v2.0.0
Release v1.0.0
What's Changed
Breaking Changes:
- Notifications must implement
Nwilging\LaravelSlackBot\Contracts\Notifications\SlackApiNotificationContract
- Notifications must now use
toSlackArray()
to generate a notification array instead oftoSlack()
Full Changelog: 0.2.0...1.0.0