All Versions
31
Latest Version
Avg Release Cycle
86 days
Latest Release
-

Changelog History
Page 2

  • v1.5.0 Changes

    November 30, 2015
    • ๐Ÿ‘ allow sending with attachments only [#48]
  • v1.4.0 Changes

    • Format attachment messages with the LinkFormatter [@bhuga #37]
    • โž• Add support for mailto links in markdown formatted links [@keithpitty #43]
  • v1.3.1 Changes

    • ๐Ÿ›  Fix bug with link formatter for markdown links wrapped in square braces [@bhuga #36]
  • v1.3.0 Changes

    • โž• Add #escape to allow clients to escape special characters [@monkbroc #35]
  • v1.2.1 Changes

    • ๐Ÿ‘‰ use #scrub to (more selectively) strip invalid characters from strings before attempting to format. This allows valid japanese (and more) characters to be used. Thanks to @fukayatsu for reporting.

    This checks for the presence of the scrub method on string, so if on ruby < 2.1 you'll need to include & require the string-scrub gem to handle invalid characters.

  • v1.2.0 Changes

    • Strip invalid UTF-8 characters from message before attempting to format links. They are replaced with the unicode replacement character '๏ฟฝ'. [@ushu #26]
  • v1.1.0 Changes

    • add ability to pass :http_options to the initializer or #ping. this allows you to set options like read_timeout or open_timeout. See issue #17 for more information.
  • v1.0.0 Changes

    • โฌ†๏ธ [BREAKING!] To follow changes with slack, client is now initialized with a webhook url instead of team & token. For help upgrading read the [upgrade from 0.6.1 guide](docs/upgrade-from-0.6.1.md)
  • v0.6.1 Changes

    • ๐Ÿ›  fix bug in link_formatter to allow multiple links in a message
  • v0.6.0 Changes

    • โž• add ability to pass in your own http client
    • ๐Ÿšš [BREAKING!] hook name moves to options array