Releases: shomali11/slacker
Releases · shomali11/slacker
v2.0.0-alpha1
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
Changelog
Bug fixes
- fd92eea fix: BREAKING CHANGE resolve static check errors
v1.4.0
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
Changelog
Others
- 530ccef Update slack-go to latest available, fix getChannelName (after slack-go update)
v1.3.0
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
v0.1.1
Changelog
Others
- ef33152 Fix code formatting in README.md
- b07a424 Introduce new {word} vs parameters
- c36a464 word vs sentence
v0.1.0
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