All Versions
5
Latest Version
Avg Release Cycle
257 days
Latest Release
2538 days ago

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 library

    Channel 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