Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

67 lines (37 loc) · 1.78 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.

  • Don't rely on deprecated username (#16)

Added

  • Interactive slack messages (example here) (#1)

Changed

  • Connection event error logs now contain additional debug information.

Added

  • Reactions: Adapter.React(bot.Message). React to messages with emoji.

Changed

  • Direct messages to the bot are treated as messages addressed to the bot (prefixed with @{username} and included in bot.Respond)

0.4.0 - 2018-06-24

Added

  • Debug logging from nlopes/slack

Changed

  • Updated to botopolis/bot@v0.4.0 from v0.3.0

Removed

0.3.1 - 2018-06-20

Added

Changed

  • Fix bug causing new DMs not to be opened
  • API call is made to slack on connect to get user info (vs relying on the websocket connection provide that information)

Removed

0.3.0 - 2018-06-20

Added

  • Store.UserByEmail(email string) for quick user lookup

Changed

  • Depends on nlopes/slack@v0.2.0 (upgraded from a loose SHA)

Removed