v0.5.0
Pre-release
Pre-release
- Added support for Socket Mode in a separate package: slack-php/slack-php-socket-mode.
- Removed
SensitiveValuecode and logic. Was unused by framework and not something we want to support externally. - Added
InputStatehelper class to assist in extracting submitted data fromview_submissioninto a flat associative array structure and simplify the non-uniform input types. - Fixed a bug in the
Chaininterceptor that was preventing interceptors from firing more than once in Socket Mode. - Added the
Baselistener, which is an improvement onDuallistener. - Deprecated the
Duallistener (should useBaselistener now). - Fixed a bug in the
WIPlistener.