Releases: elephox-dev/builder-whoops-handler
Releases · elephox-dev/builder-whoops-handler
v0.3.0
Full Changelog: v0.2.1...v0.3.0
v0.2.1
Don't register whoops as error handler by default.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Changes in this release:
WhoopsExceptionHandlernow also implementsElephox\Support\ErrorHandlerand can thus be used to handle errors- You can now pass a boolean to
addWhoops(defaults totrue) to register theWhoopsExceptionHandleras theErrorHandlerservice
Full Changelog: v0.1.4...v0.2.0
v0.1.3
- Added option to register Whoops as global exception handler
Full Changelog: v0.1.2...v0.1.3
v0.1
AddsWhoopsHandleris a trait which adds theaddWhoopsmethod to your customConsoleApplicationBuilderWhoopsExceptionHandlerhandles global exceptions usingfilp/whoopsand, if installed, automatically usesnunomaduro/collision