Skip to content

v1.1.0: Version 1.1.0

Choose a tag to compare

@young-steveo young-steveo released this 09 Nov 18:49
· 281 commits to master since this release

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.