This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
1.5.0
- Changed: Special formatting added to incoming messages by the Slack API are now removed before being processed by the bot. This should make handlers that have URLs and other special types of tokens in their regex patterns behave as expected.
- Added: Support for Lita 4.4's Room object. Channels and groups can now be looked up without having to know their Slack ID number by calling
Lita::Room.find_by_name('name_of_channel_or_group')
. - Added: A new event,
:slack_channel_created
is fired whenever a channel or group is created or updated.