Releases: labrador-kennel/core
Releases · labrador-kennel/core
Update to Whoops 2.0
0.3.1 update to use whoops 2.0
Remove unneeded dependency, rename events, move to PSR-4
- Removes the Telluris dependency from CoreEngine
- Renames EnvironmentInitializeEvent -> EngineBootupEvent
- Moves autoloading from PSR-0 -> PSR-4
Properly utilize Whoops
The bootstrap()
function signature and functionality has changed to use Whoops\Run::register()
instead of providing custom baked handlers.
This release removes both the ErrorToExceptionHandler
and the UncaughtExceptionHandler
.
Update erroneous Ardent version
Installing right now requires the use of the --ignore-platform-reqs
option.
Initial Launch
0.1.0 more event updates