Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.6.0.tar.gz | 2015-08-29 | 62.5 kB | |
4.6.0.zip | 2015-08-29 | 105.3 kB | |
README.md | 2015-08-29 | 692 Bytes | |
Totals: 3 Items | 168.5 kB | 0 |
Features:
- Adapters can now implement chat-service-specific functionality by implementing Lita::Adapter#chat_service
. This is available to handers through Lita::Robot#chat_service
. See the Slack adapter for an example.
- A new built-in adapter, Lita::Adapters::Test
has been extracted from the Lita::RSpec
internals and can be used to build integrations for other testing frameworks.
Improvements:
- The send_message
and send_command
helper methods in RSpec now accept a boolean :privately
option for marking the message as private.
Bug fixes: - Exceptions raised in event callbacks now only crash the event handler and not the robot.