Releases: GrahamCampbell/Laravel-Exceptions
Releases · GrahamCampbell/Laravel-Exceptions
V2.0.1 (26/05/2015)
- Fixed logger resolution in the exception handler
V2.0 (21/05/2015)
- 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
V1.0 (04/02/2015)
- Initial release