1. Pass match to callback handlers. 2. Change send_message and send_ephemeral functions signatures.
0.2.3
1. Add separate model to store user profile data
0.2.1
1. Fix `deleted` bug
0.2
1. Implement models for storing team and user information. 2. Make SlackTeam and SlackUser models swappable to make them extendable if needed 3. Automate installation process
0.1.1
1. Added `send_message` and `send_ephemeral` functions to simplify message sending. 2. Added function to open dialog. 3. Changed name of `on_callback_id` decorator to simplified `on_callback`.