Releases: slackapi/deno-slack-sdk
Releases · slackapi/deno-slack-sdk
2.1.1
What's Changed
- Remove date from built-in function files by @shapirone in #165
- Format docs by @shapirone in #170
- Create Channel add input variable 'manager_ids' by @smitalpatel22 in #171
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
SendMessage
andSendDM
Slack functions now have amessage_timestamp
output by @filmaj in #162- Rename internal export from
SlackActionHandlerTesterFn
toSlackActionHandlerTesterSignature
by @WilliamBergamin in #164 - Add dependency graph to docs by @WilliamBergamin in #161
- Add test around oauth2 parameters by @shapirone in #163
- Update platform naming in docs and tests by @WilliamBergamin in #164
Full Changelog: 2.0.1...2.0.2
2.0.2
What's Changed
SendMessage
andSendDM
Slack functions now have amessage_timestamp
output by @filmaj in #162- Rename internal export from
SlackActionHandlerTesterFn
toSlackActionHandlerTesterSignature
by @WilliamBergamin in #164 - Add dependency graph to docs by @WilliamBergamin in #161
- Add test around oauth2 parameters by @shapirone in #163
- Update platform naming in docs and tests by @WilliamBergamin in #164
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- Update the API library by @shapirone in #160
- Add recursive type investigation for imports by @WilliamBergamin in #158
Full Changelog: 2.0.0...2.0.1
2.0.0
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 fromAddUserToUserGroup
by @shapirone in #154 - [Breaking] Remove
channel_id
anduser_id
inputs anduser_id
output fromInviteUserToChannel
by @shapirone in #154 - [Breaking] Remove
user_id
input fromRemoveUserFromUsergroup
by @shapirone in #154 - [Breaking] Remove
thread_ts
input andmessage_ts
output fromSendDM
by @shapirone in #154 - [Breaking] Remove
thread_ts
input andmessage_ts
output fromSendMessage
by @shapirone in #154
New Contributors
Full Changelog: 1.6.1...2.0.0
1.6.1
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
What's Changed
- Disable deno.lock file by @shapirone in #138
- Introduce
ReplyInThread
built-in function by @shapirone in #137 - Split up function runtime context integration tests into multiple files by @filmaj in #134
- Fix the link to the Contributing Guidelines in the PR template by @shapirone in #139
- Add deprecation notice to response_url and response_urls by @henrymingwu in #126
- Deno editor configuration by @WilliamBergamin in #141
- Built in function gen improve by @WilliamBergamin in #140
- PSA-2807 Built-in Array Support Changes by @smitalpatel22 in #142
New Contributors
- @henrymingwu made their first contribution in #126
- @smitalpatel22 made their first contribution in #142
Full Changelog: 1.5.1...1.6.0
1.5.1
1.5.0
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 toobject
types by @filmaj in #124 - Added support for
message_ts
andmessage_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
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