This repository was archived by the owner on Jul 23, 2019. It is now read-only.
Releases: slackapi/node-slack-interactive-messages
Releases · slackapi/node-slack-interactive-messages
v1.1.1
v1.1.0
Release v1.0.2
v1.0.0
This release adds support for request signing, decouples the adapter from express, and fixes bugs:
- Adds support for the more secure request signing over legacy verification tokens. This change requires developers to now pass in a Signing Secret to the adapter rather than a verification token. (#57)
- Refactored the adapter to decouple
express, which included adding parsing within the adapter, meaning developers no longer need to use middleware to parse the request (such as thebody-parserpackage). (#31) - A bug preventing message actions from working properly was fixed. (#56 - thanks @mcolyer 🎉)
v0.4.0
This release adds support for new message actions. Your users can now interact with you app through dedicated actions per message.
v0.3.0
- New Feature Support for dynamic menu options inside dialogs and the
withinconstraint! #36 - Fixed bugs in dialog submission action support (#25) and menu options requests (#23) #28
- README has been rewritten with numerous clarifications and improvements (#27, #29) #39
- Example app
express-all-interactionsadded #39 - Reference documentation added (#11) #39
- Test coverage exceeds 85% (#9)
SlackMessageAdapter'sdispatch()method is now always async (#33)- Added vscode workspace settings (#35)
v0.2.0 Dialogs support
- Added support for dialogs