Skip to content

Releases: GrahamCampbell/Laravel-Exceptions

V12.0 (30/06/2019)

30 Jun 21:47
7642aa0
Compare
Choose a tag to compare
  • 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)

03 Jun 06:57
c335484
Compare
Choose a tag to compare
  • Pass the exception has context to the logger
  • Added implementation of validation transformer

V11.2 (10/03/2019)

10 Mar 12:15
75cf28f
Compare
Choose a tag to compare
  • Added Laravel 5.8 support

V11.1 (23/08/2018)

23 Aug 12:18
e13b615
Compare
Choose a tag to compare
  • Added Laravel 5.7 support

V11.0 (02/03/2018)

02 Mar 21:20
7e38052
Compare
Choose a tag to compare
  • Support PHP 7.1 or 7.2
  • Support Laravel 5.5 or 5.6

V10.1 (02/01/2018)

02 Jan 18:21
aa191a1
Compare
Choose a tag to compare
  • Allow symfony 4 dependencies
  • Fixed config when inside phar

V9.4 (10/09/2017)

10 Sep 16:50
Compare
Choose a tag to compare
  • Backported php 7.2 support

V10.0 (06/08/2017)

06 Aug 20:56
Compare
Choose a tag to compare
  • 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)

21 Jan 16:50
Compare
Choose a tag to compare
  • Fixed the html displayer on lumen
  • Fixed some edge case crashes

V9.2 (01/01/2017)

01 Jan 13:19
Compare
Choose a tag to compare
  • Added laravel 5.4 support
  • Implemented the filter interface correctly