Skip to content

Releases: elephox-dev/builder-whoops-handler

v0.3.0

21 Oct 19:22

Choose a tag to compare

v0.2.1

16 May 23:59

Choose a tag to compare

Don't register whoops as error handler by default.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 May 23:07

Choose a tag to compare

Changes in this release:

  • WhoopsExceptionHandler now also implements Elephox\Support\ErrorHandler and can thus be used to handle errors
  • You can now pass a boolean to addWhoops (defaults to true) to register the WhoopsExceptionHandler as the ErrorHandler service

Full Changelog: v0.1.4...v0.2.0

v0.1.3

01 May 23:20

Choose a tag to compare

  • Added option to register Whoops as global exception handler

Full Changelog: v0.1.2...v0.1.3

v0.1

27 Apr 17:59

Choose a tag to compare

  • AddsWhoopsHandler is a trait which adds the addWhoops method to your custom ConsoleApplicationBuilder
  • WhoopsExceptionHandler handles global exceptions using filp/whoops and, if installed, automatically uses nunomaduro/collision