Releases: henzeb/laravel-console-facade
Releases · henzeb/laravel-console-facade
1.8.0
- added
trap
/untrap
to replace onSignal
(deprecated now)
v1.7.0
- added
onSignal
, to allow more control over what happens on given signals.
v1.6.0
1.6.0 - 2022-08-19
- added components method to the new Components Factory of Laravel
v1.5.2
- fixes issue where couldn't get access to self when no class scope is active when using onExit
v1.5.1
- small bug where exit method callable was not initialized
v1.5.0
- added ability to execute callables on exit
v1.4.0
- added exit method to make testing with exits a lot easier.
- no longer need to expect setOutput when mocking the facade.
v1.3.2
- using closures instead of reflections
v1.3.1
- small fix makes it a little more stable when using it in testing environments
v1.3.0
- adds faster section replacement method