Skip to content

0.3.0

Compare
Choose a tag to compare
@jusleg jusleg released this 19 Apr 09:18
· 39 commits to master since this release
05660f1
  • Add code documentation and improve exception message
  • Add whitelisting of bot ids in the configuration through whitelisted_bot_ids=
  • Refactored Handler configuration into Slackify::Router and Slackify::Handlers::Factory
  • Improved testing
  • Remove the need to perform Slackify.load_handler
  • Breaking change: Given that we now load the handlers on Slack.configure, the configuration step done in config/application.rb will have to be done in an initializer to have all the handler class loaded.