v3.4.0 - 2024-10-24
- Add support for using copied json from block kit builder by @princejohnsantillan in #98
v3.3.2 - 2024-09-04
- Revert "fix: do not notify when route is empty" by @driesvints in #97
v3.3.1 - 2024-08-17
- fix: do not notify when route is empty by @TomaszOnePilot in #96
v3.3.0 - 2024-07-10
- Use new static analysis workflow by @Jubeki in #89
- feat: support threaded replies for SlackMessage by @Ma-ve in #94
v3.2.0 - 2024-01-15
- [3.x] Merge develop by @nunomaduro in #88
v3.1.1 - 2024-01-06
- constructor method parameter declaration by @slvler in #80
- constructor method parameter declaration by @slvler in #82
- Support disabling slack route dynamically when using
SlackWebhookChannel
by @marijoo in #87
v3.1.0 - 2023-10-30
- Fix unfurlLinks and unfurlMedia methods by @john-f-chamberlain in #79
v3.0.1 - 2023-07-25
- Add support for conditional Slack messages by @maartenpaauw in #71
v3.0.0 - 2023-07-14
- Set buildJsonPayload method as public for next major release by @BSN4 in #31
- Support BlockKit / WebAPI-based bot notifications by @claudiodekker in #64
v2.5.0 - 2023-01-12
- Laravel 10 support by @erikn69 in #60
- Laravel 9 Support (#53)
- Clarify
timestamp
method (#47)
- Laravel 8 support (#42)
- Guzzle 7 support (#36)
- Load Guzzle with dependency injection (#21)
- Added support for Laravel 5.8 (f97b057)
- Use
Facade::resolved()
before extending channel (#9)
- Dropped support for Laravel 5.7 (f97b057)