Releases: GrahamCampbell/Laravel-Exceptions
Releases · GrahamCampbell/Laravel-Exceptions
V12.1 (26/08/2019)
- Added Laravel 6 support
V12.0 (30/06/2019)
- Transform http foundation exceptions from symfony
- Support the less used status codes and messages
- Require Whoops 2.4 or newer
V11.3 (03/06/2019)
- Pass the exception has context to the logger
- Added implementation of validation transformer
V11.2 (10/03/2019)
- Added Laravel 5.8 support
V11.1 (23/08/2018)
- Added Laravel 5.7 support
V11.0 (02/03/2018)
- Support PHP 7.1 or 7.2
- Support Laravel 5.5 or 5.6
V10.1 (02/01/2018)
- Allow symfony 4 dependencies
- Fixed config when inside phar
V9.4 (10/09/2017)
- Backported php 7.2 support
V10.0 (06/08/2017)
- 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
V9.3 (21/01/2017)
- Fixed the html displayer on lumen
- Fixed some edge case crashes