All Versions
5
Latest Version
Avg Release Cycle
257 days
Latest Release
2203 days ago
Changelog History
Changelog History
-
v4.0.0 Changes
May 15, 2017๐ฅ Breaking Changes
Wreq exceptions (e.g. non-20x responses from Slack) should no longer propagate outward, thanks to the
safe-exceptions
libraryChannel
type now includes the ID and no longer includes the group vs. private distinction๐ New and Exciting
startRTM
and friends were added, for retrieving the WebSockets URL๐ Much-expanded Tutorial on how to build a real-time messaging bot
๐ Better Hackage documentation
๐ Pushes to
master
now generate documentation, hosted on GitHub Pages -
v3.2.0 Changes
July 21, 2015- ๐ Slack.com seems to have broken GET incoming hooks, so we're switching to POST
- ๐ Support for Stack
- Unconstrained dependencies
-
v3.1.0 Changes
April 01, 2015- โ Removed: silly usage of GADTs
- Simpler: incoming hook tokens are now incoming hook URLs
- Corgi picture: made bigger
- โ Added: Command now carries the name of the command
- Patch by Ulysses Popple
- Text: stricter!
- I decided to make the library take strict texts only, as they are simpler to reason about and lead to fewer conversions: really only WAI vends lazy text
- Sorry for the churn!
-
v2.0.0 Changes
July 27, 2014- ๐ Documentation improved with links
- jpgtobot code shortened due to market forces
- slashSimple
- FormattedMessage
-
v1.0.0 Changes
July 23, 2014- ๐ Initial release
- slash and run
- Command, Channel, User, Message, Icon