Releases: shomali11/slacker
Releases · shomali11/slacker
v2.0.0-alpha4
30 Jul 03:07
Compare
Sorry, something went wrong.
No results found
v2.0.0-alpha3
30 Jul 02:25
Compare
Sorry, something went wrong.
No results found
v2.0.0-alpha1
24 Jun 02:57
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changelog
Bug fixes
fd92eea fix: BREAKING CHANGE resolve static check errors
v1.4.0
28 Mar 20:19
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changelog
Others
530ccef Update slack-go to latest available, fix getChannelName (after slack-go update)
v1.3.0
28 Aug 23:42
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
v0.1.1
16 Jul 12:45
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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