go-joe v0.11.0 Release Notes

Release Date: 2020-07-26 // over 3 years ago
    • ๐Ÿ‘‰ Use error wrapping from standard library instead of github.com/pgk/errors
    • โšก๏ธ Update Module to Go 1.14
    • ๐Ÿ”„ Change default log level from Debug to Info
    • โž• Add WithLogLevel(โ€ฆ) option for changing the default log level

Previous changes from v0.10.0

    • ๐Ÿ‘ Allow event handlers to also use scalar event types (fixes #14)
    • โž• Add new FinishEventContent(โ€ฆ) function to finish event processing with multiple handlers early
    • ๐Ÿ’ฅ Breaking change: Message handlers registered via Bot.Respond(โ€ฆ) and Bot.RespondRegex(โ€ฆ) now abort early if the pattern matches
      • This allows users to specify a default response when nothing else matches (see #25)