Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

v0.2.2

Compare
Choose a tag to compare
@bigs bigs released this 06 Aug 20:34
· 236 commits to master since this release
d204016
  • Introduces a return value, error, on the EventBus interface's Emit method. While this is a departure from the previous interface, we believe that moving from a panic to returning an error will lead to more stable code. Any old code that relies on recovering from a panic should update accordingly to handle the error returned.