Skip to content

Releases: BlakeWilliams/Elixir-Slack

Add unfurl web API action

12 Oct 02:17
0e4f9e4
Compare
Choose a tag to compare

Adds the unfurl action from the Slack Web API

Modify certain web functions to support Slack BlockKit

09 Jun 13:26
44851af
Compare
Choose a tag to compare
Merge pull request #226 from juanazam/add_missing_blocks_arg_to_chat_…

…calls

Add missing blocks optional argument to chat endpoints

Fix crash of put_in/update_in

27 May 20:03
a288ef6
Compare
Choose a tag to compare
Merge pull request #224 from entertainyou/master

Fix crash of put_in/update_in

Fix default state

27 May 16:09
a43c7b7
Compare
Choose a tag to compare

Patch fix for default state bug

Add conversations.invite web API method

10 Apr 13:30
0f4e969
Compare
Choose a tag to compare
Merge pull request #222 from BlakeWilliams/acc-add-conversations-invite

Add conversations.invite web API method

Add conversations.create web API method

10 Apr 01:24
6f9c0ec
Compare
Choose a tag to compare
Merge pull request #221 from BlakeWilliams/acc-add-conversations-create

Add conversations.create web API method

Swap Poison for Jason

17 Mar 00:36
bca99f7
Compare
Choose a tag to compare
Merge pull request #219 from BlakeWilliams/acc-upgrade-jason

[IMPORTANT] Swap Jason for Poison

Support for Elixir 1.7-1.10

27 Feb 14:30
b032f28
Compare
Choose a tag to compare
Merge pull request #217 from BlakeWilliams/acc-upgrade-elixir

Upgrade Elixir to support 1.7.2 through 1.10.1

Fix hex plugins to make publishing work

25 Feb 04:30
6b49d65
Compare
Choose a tag to compare

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

Adds API methods, fixes charset warnings

25 Feb 04:11
b1bf16b
Compare
Choose a tag to compare

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).