go-joe v0.10.0 Release Notes

Release Date: 2019-10-26 // over 4 years ago
    • 👍 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)