Skip to content

Releases: GrahamCampbell/Laravel-Exceptions

V6.1 (09/12/2015)

09 Dec 12:52
Compare
Choose a tag to compare
v6.1.0

Released 6.1.0

V6.0 (14/11/2015)

22 Nov 19:55
Compare
Choose a tag to compare
  • Made whoops optional

V5.1 (14/11/2015)

14 Nov 11:54
Compare
Choose a tag to compare
  • Added laravel 5.2 support
  • Improved environment detection
  • Improvements to id generation

V5.0 (06/10/2015)

06 Oct 16:51
Compare
Choose a tag to compare
  • Improved lumen support
  • Updated interfaces so we can filter by code
  • Added view displayer to mimic laravel

V4.0 (25/07/2015)

25 Jul 10:39
Compare
Choose a tag to compare
  • 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

V3.2 (06/07/2015)

06 Jul 14:55
Compare
Choose a tag to compare
  • Added exception transformers

V3.1 (26/06/2015)

26 Jun 17:06
Compare
Choose a tag to compare
  • Official lumen support
  • Code cleanup

V3.0.1 (01/06/2015)

01 Jun 21:56
Compare
Choose a tag to compare
  • Make sure we're always creating an illuminate response

V3.0 (28/05/2015)

28 May 22:52
Compare
Choose a tag to compare
  • 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

V2.0.1 (26/05/2015)

26 May 18:18
Compare
Choose a tag to compare
  • Fixed logger resolution in the exception handler