|
|
- ### 0.4.4 (Next)
-
- * [#17](https://github.com/dblock/slack-ruby-bot/issues/17): Address bot by `name:` - [@dblock](https://githubcom/dblock).
- * [#19](https://github.com/dblock/slack-ruby-bot/issues/19): Retry on `Faraday::Error::TimeoutError`, `TimeoutError` and `SSLError` - [@dblock](https://githubcom/dblock).
- * [#3](https://github.com/dblock/slack-ruby-bot/issues/3): Retry on `migration_in_progress` errors during `rtm.start` - [@dblock](https://githubcom/dblock).
- * Respond to direct messages without being addressed by name - [@dblock](https://githubcom/dblock).
- * Added `send_gif`, to allow GIFs to be sent without text - [@maclover7](https://github.com/maclover7).
-
- ### 0.4.3 (8/21/2015)
-
- * [#13](https://github.com/dblock/slack-ruby-bot/issues/13): You can now address the bot by its Slack @id - [@dblock](https://githubcom/dblock).
-
- ### 0.4.2 (8/20/2015)
-
- * [#12](https://github.com/dblock/slack-ruby-bot/issues/12): Added support for bot aliases - [@dblock](https://githubcom/dblock).
-
- ### 0.4.1 (7/25/2015)
-
- * Use a real client in `respond_with_slack_message` expectaions - [@dblock](https://githubcom/dblock).
-
- ### 0.4.0 (7/25/2015)
-
- * Using [slack-ruby-client](https://github.com/dblock/slack-ruby-client) - [@dblock](https://githubcom/dblock).
- * Use RealTime API to post messages - [@dblock](https://githubcom/dblock).
-
- ### 0.3.1 (7/21/2015)
-
- * [#8](https://github.com/dblock/slack-ruby-bot/issues/8): Fix: `undefined method 'strip!' for nil:NilClass` on nil message - [@dblock](https://github.com/dblock).
-
- ### 0.3.0 (7/19/2015)
-
- * [#5](https://github.com/dblock/slack-ruby-bot/issues/5): Added support for free-formed routes via `match` - [@dblock](https://github.com/dblock).
- * [#6](https://github.com/dblock/slack-ruby-bot/issues/6): Commands and operators take blocks - [@dblock](https://github.com/dblock).
- * [#4](https://github.com/dblock/slack-ruby-bot/issues/4): Messages are posted with `as_user: true` by default - [@dblock](https://github.com/dblock).
-
- ### 0.2.0 (7/10/2015)
-
- * Sending `send_message` with nil or empty text will yield `Nothing to see here.` with a GIF instead of `no_text` - [@dblock](https://github.com/dblock).
- * Added support for operators with `operator [name]` - [@dblock](https://github.com/dblock).
- * Added support for custom commands with `command [name]` - [@dblock](https://github.com/dblock).
-
- ### 0.1.0 (6/2/2015)
-
- * Initial public release - [@dblock](https://github.com/dblock).
-
|