Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

46 lines (26 loc) · 1.13 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

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

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