Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.16 KB

File metadata and controls

41 lines (22 loc) · 1.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • help plugin to show help text for installed plugins
  • Robot.ListPlugins to list installed plugins.

0.4.2 - 2018-07-10

Changed

  • Robot.Respond now responds to usernames when they have an @ in front of them

0.4.1 - 2018-06-25

Added

  • Brain.Keys() returns alphabetized cache keys

0.4.0 - 2018-06-24

Added

  • Mock that satisfies bot.Logger interface

Changed

  • Robot.Logger is now an interface.

Removed

  • Robot.Debug() has been removed. As you now have full control over the logger, you can set your logger's log level without involving bot.Robot.