# 0.1.0 * Allow setting a priority with which to execute a handler, where higher priority handlers are exectuted first # 0.0.3 * Allow classes to be passed as guards, matching against an event via #is_a? # 0.0.2 * Bugfix: The mixin now does not hijack the target's initializer which was causing issues with inheritance # 0.0.1 * Feature: Some code that works!