go-joe v0.11.0 Release Notes
Release Date: 2020-07-26 // over 4 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
- ๐ Use error wrapping from standard library instead of
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(โฆ)
andBot.RespondRegex(โฆ)
now abort early if the pattern matches- This allows users to specify a default response when nothing else matches (see #25)