Skip to content

Releases: henzeb/laravel-console-facade

v1.19.0

12 Apr 09:16
Compare
Choose a tag to compare
  • laravel 11

v1.18.2

20 May 09:57
Compare
Choose a tag to compare
  • resolves #1

v1.18.1

12 Apr 06:45
Compare
Choose a tag to compare
  • small fix where watch would create a new section rather than replacing it.

v1.18.0

11 Apr 20:47
Compare
Choose a tag to compare

v1.17.1

11 Apr 08:51
Compare
Choose a tag to compare
  • fixes issue with createProgressBar which would delete lines it shouldn't be deleting when clearing it's section.

v1.17.0: allow nameless sections & return OutputStyle when calling getOutput o…

11 Apr 07:44
Compare
Choose a tag to compare
  • allow sections without names
  • getOutput on sections now return OutputStyle instead of itself

v1.16.2

10 Apr 09:38
Compare
Choose a tag to compare
  • fixes issue where a signal from pcntl leaves 2 characters behind when using clear or delete.

v1.16.1

09 Apr 15:24
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • added tail for easy scrolling functionality
  • added console helper function
  • fixed some issues with validation

v1.15.0

29 Mar 20:44
Compare
Choose a tag to compare
  • 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.