v0.8.0
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.