- Update dependencies.
- Add python 3.11 to test environments.
- Removed python 3.6 from test environments.
- Update python dependencies.
- Add python 3.10 test environment.
- Add empty py.typed file to show module supports PEP 561 (@Tenzer)
- Add specific event emission for interactive messages.
- Support python 3.9.
- Allow authed_users of events to be empty (@GH-maggio)
- Add text to command model (@kylecrawshaw)
- Tox as develop dependency. Upgrade package versions.
- Duplicate attribute user_id on the SlackCommand model (@skmatz).
- This change log.
- Decorator
responder
adds ability to return custom responses to Slack.
- Support for
view_submission
andview_closed
actions (@jamestiotio).