Releases: botman/driver-slack
Releases · botman/driver-slack
2.2.0
Implement Slack events for the default SlackDriver as well.
2.1.3
Fixed
- Fixed reloading of messages in the RTM driver
2.1.2
Fixed
getBotUserId
is now public on the event based driver as well.
2.1.1
Added
- Added
getBotId
and getBotUserId
to Slack RTM driver
2.1.0
Added
- Added Laravel Service Providers
1.1.3
Fixed
- Fixed possible additional parameter array merge issues
1.1.2
Fixed
- Fixed issue when trying to send Slack Menus ( #14 )
- Fixed issue when trying to access the Slack user within the RTM API
1.1.1
- Fixed an issue where the RTM driver could not detect bot messages.
- The RTM driver now returns attachment objects (as the other drivers do too) instead of strings.
1.1.0
Added
- Add support for Slack dialogs
Fixed
- Return messages by reference
1.0.4
Add support for bot-to-bot communication