v0.9.2
- Added optional
includeLocale
parameter toInfo
andList
inUsersApi
, and toStart
inRtmApi
. SlashCommandResponse
s returned byISlashCommandHandler
s are properly passed on to Slack.
Potentially breaking changes
While the includeLocale
parameters are optional, they haven't been added as the last parameter, so on the off chance you were using all of the optional parameters in one of the modified methods, without specifying parameter names, then you'll need to add some parameter names.
Thankyou to @Selm for helping with this release 👍