Releases: ricardoboss/php-console-logger
Releases · ricardoboss/php-console-logger
v2.0
- New
Console::table
method for formatting data into tables that can be printed - Removed
Console::open
to reduce memory usage since there are already streams open for stderr and stdout.
Full Changelog: v1.9...v2.0
v1.9
Smaller message type labels and minor optimizations.
Full Changelog: v1.8...v1.9
v1.8
Added support for log levels
v1.7
Minimum PHP version 8.0
v1.6
Added support for 16-bit colors
v1.5
Added compatibility for PHP 7.4 and 8.0
v1.4
Downgrade code to PHP 7.3 compatibility.
v1.3
Also disable coloring/formatting of text formatted by dynamically invoked methods.
v1.2
Added ability to turn colors off and change the timestamp format.
v1.1
Fixed PSR-4 autoloading configuration.