Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

4.6.0

Compare
Choose a tag to compare
@jimmycuadra jimmycuadra released this 29 Aug 14:54
· 127 commits to main since this release

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.