- 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