Hook handler now supports handler options (`files`, `--host`, `--port`). `ValueError` is propagated where it can.
0.1.3
Exceptions in hook files are caught and passed to `stderr` where it is picked up by Dredd. This should help to solve issues like 32.
0.1.2
Hook files are now loaded in alphabetical order.
See https://github.com/apiaryio/dredd-hooks-python/pull/26 for more details.
0.1.1
Fixes issue 17 by adding the directory with hooks file into `sys.path`
0.1.0
Improvements - the decorators can be now combined together, one function can server for different hooks - no need to do `sys.stdout.flush()` anymore it is added auto-magically