Skip to content

Releases: yiisoft/error-handler

Version 3.3.0

11 Jul 12:17
3.3.0
a263c9d
Compare
Choose a tag to compare

Version 3.2.1

07 Mar 07:47
3.2.1
b5a6782
Compare
Choose a tag to compare
  • Enh #102: Add support for psr/http-message of ^2.0 version (@vjik)

Version 3.2.0

30 Jan 13:47
3.2.0
4d3cbcf
Compare
Choose a tag to compare
  • New #98: Add ability to execute getBody() on response when ExceptionResponder middleware is processing (@vjik)
  • Enh #96: Trace PHP errors (@xepozz, @vjik)

Version 3.1.0

07 Jan 11:35
3.1.0
14c7e9e
Compare
Choose a tag to compare
  • New #87: Add CompositeException to be able to render multiple exceptions (@xepozz)
  • Chg #75: Dispatch ApplicationError in ErrorCatcher (@xepozz)
  • Enh #82: Add HeadersProvider (@xepozz)
  • Enh #86: Add color scheme definition based on system settings (@dood-)
  • Bug #87: Fix a bug with try/finally from #75 (@xepozz)

Version 3.0.0

14 Feb 07:16
3.0.0
2c80d88
Compare
Choose a tag to compare
  • Chg #64: Raise PHP version to ^8.0 (@vjik, @xepozz)
  • Chg #72: Adapt configuration group names to Yii conventions (@vjik)
  • Enh #65: Explicitly add transitive dependencies ext-mbstring, psr/http-factory and
    psr/http-server-handler (@vjik)

Version 2.1.1

26 Jan 09:24
2.1.1
6df1df9
Compare
Choose a tag to compare
  • Bug #70: Prevent duplication of throwable rendering (@vjik)

Version 2.1.0

15 Jun 09:13
2.1.0
a4e2e56
Compare
Choose a tag to compare
  • Enh #54: Add shutdown event, fix cwd (rustamwin)
  • Enh #55: Defer exit on terminate (rustamwin)
  • Enh #57: Add markdown support for friendly exception solutions (vjik)
  • Enh #58: Add support for 2.0, 3.0 versions of psr/log (rustamwin)