Releases: henzeb/laravel-console-facade
Releases · henzeb/laravel-console-facade
v1.19.0
12 Apr 09:16
Compare
Sorry, something went wrong.
No results found
v1.18.2
20 May 09:57
Compare
Sorry, something went wrong.
No results found
v1.18.1
12 Apr 06:45
Compare
Sorry, something went wrong.
No results found
small fix where watch would create a new section rather than replacing it.
v1.18.0
11 Apr 20:47
Compare
Sorry, something went wrong.
No results found
v1.17.1
11 Apr 08:51
Compare
Sorry, something went wrong.
No results found
fixes issue with createProgressBar which would delete lines it shouldn't be deleting when clearing it's section.
v1.17.0
11 Apr 07:44
Compare
Sorry, something went wrong.
No results found
allow sections without names
getOutput on sections now return OutputStyle instead of itself
v1.16.2
10 Apr 09:38
Compare
Sorry, something went wrong.
No results found
fixes issue where a signal from pcntl leaves 2 characters behind when using clear or delete.
v1.16.1
09 Apr 15:24
Compare
Sorry, something went wrong.
No results found
fixes a small issue where console would output to console when called from a web/api controller
v1.16.0
09 Apr 12:05
Compare
Sorry, something went wrong.
No results found
added tail for easy scrolling functionality
added console helper function
fixed some issues with validation
v1.15.0
29 Mar 20:44
Compare
Sorry, something went wrong.
No results found
added easy-to-use interface for verbose output
added silence to allow you to silence certain parts based
added unsilence to allow you to show certain parts based
on a boolean.