Skip to content

v0.8.0

Compare
Choose a tag to compare
@paulpdaniels paulpdaniels released this 21 Jan 09:51
· 121 commits to master since this release

Major Changes

package objects have been moved under com.github.dapperware to better indicate the origin and prevent package collisions if you have a slack package.

Moved the authenticateM and friends into the top level package.

API

Added some new withAccessToken and withAccessTokenM methods to make it easier to pass in an access token to a set of methods i.e.

withAccessToken(effectToRetrieveAccessToken)(
  slack.api.postChatMessage(message)
)

Added some of the missing input elements used in modals as well as the missing state value on View for handling user input.