Releases: slackapi/deno-slack-api
Releases · slackapi/deno-slack-api
0.0.5
What's Changed
- Add the
workflows.triggers.create
method to the client without typing by @shapirone in #14
Full Changelog: 0.0.4...0.0.5
0.0.4
0.0.3
What's Changed
- New methods available on the client for all of the supported Slack web api methods (i.e.
client.chat.postMessage()
) - Optional typing for
apps.datastore.*
methods for type safety against datastore definitions. - Updated documentation.
New Contributors
- @seratch made their first contribution in #4
- @shapirone made their first contribution in #5
Full Changelog: 0.0.2...0.0.3
Host on deno.land
0.0.2 Adding tests to base-client and instructions on how to run tests to t…
Initial Release
0.0.1 Adding tests to base-client and instructions on how to run tests to t…