All Versions
10
Latest Version
Avg Release Cycle
43 days
Latest Release
1086 days ago

Changelog History

  • v2.0.0-alpha4 Changes

    July 30, 2023

    ๐Ÿ”„ Changelog

  • v2.0.0-alpha3 Changes

    July 30, 2023

    ๐Ÿ”„ Changelog

    ๐Ÿ”‹ Features

  • v2.0.0-alpha1 Changes

    June 24, 2023

    ๐Ÿ”„ 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 Changes

    March 29, 2023

    ๐Ÿ”„ Changelog

    ๐Ÿ› Bug fixes

    • fd92eea fix: BREAKING CHANGE resolve static check errors
  • v1.4.0 Changes

    March 28, 2023

    ๐Ÿ”„ 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 Changes

    February 18, 2023

    ๐Ÿ”„ Changelog

    Others

    • โšก๏ธ 530ccef Update slack-go to latest available, fix getChannelName (after slack-go update)
  • v1.3.0 Changes

    August 28, 2022

    ๐Ÿ”„ Changelog

    Others

    • 0๏ธโƒฃ 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 Changes

    July 26, 2022

    ๐Ÿ”„ Changelog

    Others

  • v0.1.1 Changes

    July 16, 2022

    ๐Ÿ”„ Changelog

    Others

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

    July 04, 2022

    ๐Ÿ”„ 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
    • 0๏ธโƒฃ 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