- Added `without_prefix` option to `bind`, which exposes the keyword arguments without the function name as the prefix, if `without_prefix=True`. There was an unused version of this in its place called `no_global` which has now been removed.
0.1.5
- Using `functools.wraps` in the `bind` decorator. This decorates the function without changing its name.
0.1.4
- `bind_to_parser` renamed to `bind`. `bind_to_parser` still exists to maintain backwards compatibility.