Skip to content

Releases: shomali11/slacker

v2.0.0-alpha4

30 Jul 03:07
Compare
Choose a tag to compare

v2.0.0-alpha3

30 Jul 02:25
22775bb
Compare
Choose a tag to compare

Changelog

Features

v2.0.0-alpha1

24 Jun 02:57
bc3ade5
Compare
Choose a tag to compare

Changelog

Features

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

29 Mar 20:23
92de7d6
Compare
Choose a tag to compare

Changelog

Bug fixes

  • fd92eea fix: BREAKING CHANGE resolve static check errors

v1.4.0

28 Mar 20:19
Compare
Choose a tag to compare

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

18 Feb 04:48
f725c95
Compare
Choose a tag to compare

Changelog

Others

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

v1.3.0

28 Aug 23:42
3efc876
Compare
Choose a tag to compare

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

26 Jul 13:02
e3aedd3
Compare
Choose a tag to compare

Changelog

Others

v0.1.1

16 Jul 12:45
a218a1f
Compare
Choose a tag to compare

Changelog

Others

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

v0.1.0

04 Jul 23:54
de240bc
Compare
Choose a tag to compare

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