Skip to content

v4.0.0

Compare
Choose a tag to compare
@gr2m gr2m released this 20 Mar 22:18

4.0.0 (2018-03-20)

breaking

  • log warning instead of throwing error for unknown events (bf41e16)

BREAKING CHANGES

  • Before, this code would throw an error
webhooks.on(woodstock, handler)

Now it logs a warning: "woodstock" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)