Skip to content

Releases: cbrgm/githubevents

v1.1.0

28 Apr 18:36
9fe3743
Compare
Choose a tag to compare

This release is backward compatible to v1.0.0. There are no API changes.

This release changes the execution order of the waitgroups for Github webhook event callbacks. Callbacks that listen for all actions of an event are executed in parallel to those that listen for a specific event action. This saves execution time! Also there are now constants for each event action and the test coverage was increased!

What's Changed

  • refactor: execute On... and On...Any callbacks in the same waitgroup by @cbrgm in #6
  • feat: introduce event action constants by @cbrgm in #6

Full Changelog: v1.0.0...v1.1.0

v1.0.0

24 Apr 21:03
3f7091b
Compare
Choose a tag to compare

Initial release.