Shomali11 Slacker Versions Save

Slack Bot Framework

v2.0.0-alpha4

9 months ago

Changelog

v2.0.0-alpha3

9 months ago

Changelog

Features

  • 22775bb feat: Introduce Command Aliases (#141)

v2.0.0-alpha1

10 months ago

Changelog

Features

  • c38812c feat: Let the slack API URL be set (#123)

Bug fixes

  • 48bf59b fix: Resolve regression of BotInteractionMode (#137)
  • 48e84a3 fix: Use log package for logging

Others

  • bc3ade5 V2 Foundation: Groups, Middlewares, Simplified Interfaces, ... (#134)

v1.4.1

1 year ago

Changelog

Bug fixes

  • fd92eea fix: BREAKING CHANGE resolve static check errors

v1.4.0

1 year ago

Changelog

New Features

  • de05828 Add Post(...) function to Slacker response struct
  • 4a92703 BREAKING Add periodic Job support, rename some interface methods and struct fields to improve readability

v1.3.1

1 year ago

Changelog

Others

  • 530ccef Update slack-go to latest available, fix getChannelName (after slack-go update)

v1.3.0

1 year ago

Changelog

Others

  • 287b5db Add ability to define a default inner event handler (#113)
  • b594c48 Bump github.com/slack-go/slack from 0.11.0 to 0.11.2

v1.2.0

1 year ago

Changelog

Others

  • a1936b5 Examples

v0.1.1

1 year ago

Changelog

Others

  • ef33152 Fix code formatting in README.md
  • b07a424 Introduce new {word} vs parameters
  • c36a464 word vs sentence

v0.1.0

1 year ago

Changelog

Features

  • 947ccde feat: Allow custom bot command constructor
  • 106f32c feat: Allow custom bot context creation
  • bd2baec feat: Allow hiding of commands from help menu

Bug fixes

  • a9669da fix: Do not set TimeStamps for SlashCommands
  • da1a1f5 fix: Slacker.Interactive is not honored
  • b3d6caf fix: Update example 19 to match bot command interface
  • 5ceecde fix: Use default event handler when set

Others

  • 3318efb Bump slack-go/slack to v0.11.0
  • 6968614 refactor: Split MessageEvent into message_event.go