Lita v4.6.0 Release Notes

Release Date: 2015-08-29 // over 8 years ago
  • ๐Ÿ”‹ 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.