v1.1.0: Version 1.1.0
New functionality:
- Bottle will now throw anything passed to a middleware
nextfunction:next(new Error('fail')) registermethod now accepts$valueproperty. 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.