mirror of
https://github.com/symfony/error-handler.git
synced 2026-03-24 00:02:09 +01:00
1.2 KiB
1.2 KiB
CHANGELOG
8.1
- Add argument
$deprecationsNamespacesMappingtoDebugClassLoader::enable()to configure namespace-to-vendor remapping for deprecation checks
7.3
- Add
error:dumpcommand
7.1
- Increase log level to "error" at least for all PHP errors
6.4
FlattenExceptionNormalizerno longer implementsContextAwareNormalizerInterface
6.3
- Display exception properties in the HTML error page
6.1
- Report overridden
@finalconstants and properties - Read environment variable
SYMFONY_IDEto configure file link format
5.4
- Make
DebugClassLoadertrigger deprecation notices on missing return types - Add
SYMFONY_PATCH_TYPE_DECLARATIONS='force=2'mode toDebugClassLoaderto turn annotations into native return types
5.2.0
- added the ability to set
HtmlErrorRenderer::$templateto a custom template to render when not in debug mode.
5.1.0
- The
HtmlErrorRendererandSerializerErrorRendereraddX-Debug-ExceptionandX-Debug-Exception-Fileheaders in debug mode.
4.4.0
- added the component
- added
ErrorHandler::call()method utility to turn any PHP error into\ErrorException