Releases: yiisoft/error-handler
Releases · yiisoft/error-handler
Version 4.1.0
- New #145: Add
Yiisoft\ErrorHandler\ThrowableResponseFactory
that provides a response forThrowable
object with
renderer provider usage (@vjik) - Chg #145: Mark
Yiisoft\ErrorHandler\Factory\ThrowableResponseFactory
as deprecated (@vjik) - Enh #145: Set content type header in renderers (@vjik)
- Bug #142: Fix dark mode argument display issues (@pamparam83)
4.0.0
- Chg #137: Add separate parameters for each of
HtmlRenderer
settings in constructor. Mark$settings
parameter as
deprecated (@vjik) - Chg #139: Change PHP constraint in
composer.json
to~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
(@vjik) - Enh #125: Add error code & show function arguments (@xepozz)
- Enh #130: Pass exception message instead of rendered exception to logger in
ErrorHandler
(@olegbaturin) - Enh #133: Extract response generator from
ErrorCatcher
middleware into separateThrowableResponseFactory
class (@olegbaturin) - Enh #138, #139: Raise the minimum PHP version to 8.1 and minor refactoring (@vjik)
- Bug #139: Explicitly mark nullable parameters (@vjik)
Version 3.3.0
- Enh #112: Add copy cURL button, sort request headers, fix UI (@xepozz)
- Enh #113: Simplify error log (@xepozz)
- Enh #114: Show full argument by click (@xepozz)
- Enh #116: Remove @anonymous postfix (@xepozz)
- Enh #117, #120: Show arguments table by click (@xepozz, @vjik)
- Bug #114: Stop
click
event on text selection (@xepozz) - Bug #122: Do
exit(1)
after all shutdown functions, even postponed ones (@samdark)
Version 3.2.1
Version 3.2.0
Version 3.1.0
- New #87: Add
CompositeException
to be able to render multiple exceptions (@xepozz) - Chg #75: Dispatch
ApplicationError
inErrorCatcher
(@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)