v0.6.1
This is the first release since changing from nlopes/slack
to slack-go/slack
. Thanks @nlopes for all the help with this.
Changelog
- Change all
github.com/nlopes/slack
references togithub.com/slack-go/slack
- Fixed websocket not being closed due to disconnect occurring during connection but before the connection is saved
- Added pagination support for ListStars
- Changed ListStarredAll to ListAllStars
- Added support for
desktop_notification
event on RTM - Various other fixes and additional tests
- Added PlainTextInputBlockElement and InputBlock elements