- Added Laravel 11 support
- Added PHP 8.3 support
- Support Laravel 8-10 only
- Support PHP 7.4-8.2 only
- Added additional types
- Dropped PHP < 7.4
- Dropped Laravel < 8
- Added Laravel 9 support
- Support
psr/log
v3
- Support
psr/log
v2
- Provisional PHP 8.1 support
- Updated package metadata
- Don't let Symfony mess with the JSON encoding options
- Removed Google fonts
- Removed summary field
- Restructured to enable localization
- Made information classes customisable
- Fixed PHP 8.0 issue
- Support only Laravel 7 or 8
- Added provisional PHP 8.0 support
- Updated funding information
- Miscellaneous tweaks
- Support only Laravel 7
- Support only Laravel 6
- Support only PHP 7.2 - 7.4
- Renamed various classes and interfaces
- Work with throwables rather than exceptions
- Added Laravel 6 support
- Transform http foundation exceptions from symfony
- Support the less used status codes and messages
- Require Whoops 2.4 or newer
- Pass the exception has context to the logger
- Added implementation of validation transformer
- Added Laravel 5.8 support
- Added Laravel 5.7 support
- Support PHP 7.1 or 7.2
- Support Laravel 5.5 or 5.6
- Allow symfony 4 dependencies
- Fixed config when inside phar
- Support PHP 7.0, 7.1, 7.2
- Support Laravel 5.3 - 5.5
- Dropped multiple handlers
- Added exception info interface
- Pass through exception to views
- More type hints
- Fixed the html displayer on lumen
- Fixed some edge case crashes
- Added laravel 5.4 support
- Implemented the filter interface correctly
- Added proper support for redirect responses
- Added support for the 402 response code
- Removed http not found from don't report
- Report http not found as a notice by default
- Tweaked the transformers
- Ensure fonts are loaded over https
- Moved properties out of the trait to fix L5.3
- Corrected logging error supression
- Added a new laravel 5.3 specific handler
- Improvements to the exception handler trait
- Cleaned up the lumen handler
- Improved early crash support
- Added laravel 5.3 support
- Fixed broken logging on lumen
- Added missing import
- Another fix for lumen
- Fixed the lumen exception handler
- Improved service provider
- Fixed some typos
- Fixed with response exceptions
- Deal with model not found exceptions
- Support both whoops ^1.1 and ^2.0
- Added a transformer for laravel's new auth exception
- Pass through info to the user provided error views
- Fixed some typos including a protected property
- Support exceptions with getResponse methods
- Modfied the filters to be passed the request
- Support more client error codes
- Made whoops optional
- Added laravel 5.2 support
- Improved environment detection
- Improvements to id generation
- Improved lumen support
- Updated interfaces so we can filter by code
- Added view displayer to mimic laravel
- Associated uuids with exceptions
- Added default displayer config
- Resolve all the config earlier
- Made the html displayer responsive
- Added exception levels
- Allowed access to exceptions before transformation
- Added exception transformers
- Official lumen support
- Code cleanup
- Make sure we're always creating an illuminate response
- Drop support for laravel 5.0
- Improved the error info class
- Return empty body and no content type if we can't match a displayer
- Conformed to json api standards
- Use laravel's new accepts method
- Fixed logger resolution in the exception handler
- Support both laravel 5.0 and 5.1
- Removed dependence on views in the html displayer
- Replaced the info trait with an exception info class
- Made exception displayers really configurable
- Correctly deal with content types by default
- Renamed some displayer classes
- Displayer classes now return responses
- Initial release