Skip to content

Releases: elephox-dev/builder-whoops-handler

v0.3.0

Choose a tag to compare

@ricardoboss ricardoboss released this 21 Oct 19:22

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Choose a tag to compare

@ricardoboss ricardoboss released this 16 May 23:59

Don't register whoops as error handler by default.

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

v0.2.0

Choose a tag to compare

@ricardoboss ricardoboss released this 16 May 23:07

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

Choose a tag to compare

@ricardoboss ricardoboss released this 01 May 23:20
  • Added option to register Whoops as global exception handler

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

v0.1

Choose a tag to compare

@ricardoboss ricardoboss released this 27 Apr 17:59
  • 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