v1.1.0: Version 1.1.0
New functionality:
- Bottle will now throw anything passed to a middleware
next
function:next(new Error('fail'))
register
method now accepts$value
property. The value of this property will be registered on the container instead of the object itself.
See the Readme for more info.
Thanks to @nswbmw for the middleware error support.