Releases: henzeb/laravel-console-facade
Releases · henzeb/laravel-console-facade
v1.18.1
- small fix where watch would create a new section rather than replacing it.
v1.17.1
- fixes issue with createProgressBar which would delete lines it shouldn't be deleting when clearing it's section.
v1.17.0
- allow sections without names
getOutput
on sections now return OutputStyle
instead of itself
v1.16.2
- fixes issue where a signal from pcntl leaves 2 characters behind when using clear or delete.
v1.16.1
- fixes a small issue where console would output to console when called from a web/api controller
v1.16.0
- added tail for easy scrolling functionality
- added console helper function
- fixed some issues with validation
v1.15.0
- 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.