Elixir Slack Versions Save

Slack real time messaging and web API client in Elixir

v0.23.6

3 years ago

Adds the unfurl action from the Slack Web API

v0.23.5

3 years ago

v0.23.4

3 years ago

v0.23.3

3 years ago

Patch fix for default state bug

v0.23.2

4 years ago

v0.23.1

4 years ago

v0.23.0

4 years ago

v0.22.0

4 years ago

v0.21.2

4 years ago

Downgrade ex_doc to ~> 0.18 to allow hex.publish on Elixir 1.6

v0.21.1

4 years ago

Adds missing Slack Web API methods:

  • admin.apps.*
  • app.uninstall
  • auth.revoke
  • chat.scheduleMessage
  • oauth.v2.access
  • users.profile.get
  • users.profile.set
  • views.*

Fixes messaging warnings

superfluous_charset warnings thrown with every im.open call are now properly handled with a default Content-Type of utf-8 (it was missing).