Skip to content

Releases: slackapi/deno-slack-sdk

2.1.1

27 Apr 20:17
ac9a3d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

13 Apr 23:43
ec11df7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.2

13 Apr 23:36
ec11df7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

05 Apr 19:21
3d60026
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

31 Mar 00:22
ef8685d
Compare
Choose a tag to compare

What's Changed

  • Add documentation for sample app testing with a local SDK by @E-Zim in #149
  • [Breaking] Remove response_url from the Block Action payload body by @shapirone in #151
  • [Breaking] Remove response_urls from the View Submission payload body by @shapirone in #151
  • [Breaking] Remove BaseSlackFunctionHandler from the top-level export by @shapirone in #151
  • [Breaking] Remove SlackFunctionHandler from the top-level export by @shapirone in #151
  • [Breaking] Do not auto-add datastore-related scopes if they are missing by @filmaj in #150
  • Add versioning details and contract callout to README by @shapirone in #153
  • [Breaking] Remove BlockActionHandler top level export by @shapirone in #152
  • [Breaking] Remove user_id input from AddUserToUserGroup by @shapirone in #154
  • [Breaking] Remove channel_id and user_id inputs and user_id output from InviteUserToChannel by @shapirone in #154
  • [Breaking] Remove user_id input from RemoveUserFromUsergroup by @shapirone in #154
  • [Breaking] Remove thread_ts input and message_ts output from SendDM by @shapirone in #154
  • [Breaking] Remove thread_ts input and message_ts output from SendMessage by @shapirone in #154

New Contributors

Full Changelog: 1.6.1...2.0.0

1.6.1

16 Mar 15:27
b6f1369
Compare
Choose a tag to compare

What's Changed

  • Integrate a better CLI utility for generating code coverage reports. by @filmaj in #143
  • Dont use Parameters as a generic name because it's a utility by @shapirone in #144
  • Ignore empty array values for manifest's externalAuthProviders by @filmaj in #145

Full Changelog: 1.6.0...1.6.1

1.6.0

17 Feb 01:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.1...1.6.0

1.5.1

06 Feb 21:37
16518e1
Compare
Choose a tag to compare

What's Changed

  • Export DefineProperty on the main src/mod.ts file. by @filmaj in #135

Full Changelog: 1.5.0...1.5.1

1.5.0

03 Feb 01:19
625004c
Compare
Choose a tag to compare

What's Changed

  • Add manual testing instructs to maintainers guide by @srajiang in #131
  • Add format property to parameters of type string by @srajiang in #130
  • Introduce DefineProperty to be used for providing accurate typing to object types by @filmaj in #124
  • Added support for message_ts and message_context types by @cchensh in #113
  • Update API version to 1.6.0 by @shapirone in #132

Full Changelog: 1.4.4...1.5.0

1.4.4

20 Jan 18:14
fc0a0a1
Compare
Choose a tag to compare

What's Changed

  • Improve the errors returned from the manifest validation by updating the default malformed workflow step inputs to undefined by @jesselawson in #123

Full Changelog: 1.4.3...1.4.4