Skip to content

Releases: henzeb/laravel-console-facade

1.8.0

12 Sep 09:48
Compare
Choose a tag to compare
  • added trap/untrap to replace onSignal (deprecated now)

v1.7.0

30 Aug 20:24
Compare
Choose a tag to compare
  • added onSignal, to allow more control over what happens on given signals.

v1.6.0

19 Aug 13:37
Compare
Choose a tag to compare

1.6.0 - 2022-08-19

  • added components method to the new Components Factory of Laravel

v1.5.2

11 Apr 16:16
Compare
Choose a tag to compare
  • fixes issue where couldn't get access to self when no class scope is active when using onExit

v1.5.1

08 Apr 11:23
Compare
Choose a tag to compare
  • small bug where exit method callable was not initialized

v1.5.0

08 Apr 11:00
Compare
Choose a tag to compare
  • added ability to execute callables on exit

v1.4.0

05 Apr 09:42
Compare
Choose a tag to compare
  • added exit method to make testing with exits a lot easier.
  • no longer need to expect setOutput when mocking the facade.

v1.3.2

01 Apr 13:20
Compare
Choose a tag to compare
  • using closures instead of reflections

v1.3.1

26 Mar 11:12
Compare
Choose a tag to compare
  • small fix makes it a little more stable when using it in testing environments

v1.3.0

21 Mar 20:21
Compare
Choose a tag to compare
  • adds faster section replacement method