Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (36 loc) · 998 Bytes

CHANGELOG.md

File metadata and controls

46 lines (36 loc) · 998 Bytes

Slackers change log

1.0.3

Added

  • Update dependencies.
  • Add python 3.11 to test environments.

Removed

  • Removed python 3.6 from test environments.

1.0.2

Added

  • Update python dependencies.
  • Add python 3.10 test environment.

1.0.1

Added

  • Add empty py.typed file to show module supports PEP 561 (@Tenzer)

1.0.0

Added

  • Add specific event emission for interactive messages.
  • Support python 3.9.

0.4.4 - 2020-04-30

Fixed

  • Allow authed_users of events to be empty (@GH-maggio)

0.4.3 - 2020-03-06

  • Add text to command model (@kylecrawshaw)

0.4.2 - 2020-02-02

Added

  • Tox as develop dependency. Upgrade package versions.

0.4.1 - 2020-02-02

Fixed

  • Duplicate attribute user_id on the SlackCommand model (@skmatz).

0.4.0 - 2020-02-01

  • This change log.

Added

  • Decorator responder adds ability to return custom responses to Slack.

0.3.0

Added

  • Support for view_submission and view_closed actions (@jamestiotio).