Releases: ricardoboss/php-console-logger
Releases · ricardoboss/php-console-logger
v2.4.2
- Fixed issue with non-string column headers
Full Changelog: v2.4.1...v2.4.2
v2.4.1
- Added ability to hide header row
Full Changelog: v2.4.0...v2.4.1
v2.4.0
- Requires PHP ^8.1
- Changed behaviour of table headers: column names are determined by the cells keys but can be overridden with the
headers
parameter.
Full Changelog: v2.3.1...v2.4.0
v2.3.1
- Fixed a warning when
$rows
given toConsole::table
was empty
Full Changelog: v2.3.0...v2.3.1
v2.3.0
- Tables with
compact: true
are now rendered with a single line border between header and body - Removed
noBorder
argument fromConsole::table
and addednoOuterBorder
andnoInnerBorder
arguments
Full Changelog: v2.2.1...v2.3.0
v2.2.1
- Changed
Console::link
color from cyan to blue
Full Changelog: v2.2.0...v2.2.1
v2.2.0
- Added
logLevelTag
so you can change the tag for each log level
Full Changelog: v2.1.2...v2.2.0
v2.1.2
- Fixed an issue where formatted values had the wrong padding
Full Changelog: v2.1.1...v2.1.2
v2.1.1
- Updated docblock for
Console::table
to accept more cell value types
Full Changelog: v2.1...v2.1.1
v2.1
- Fixed an issue with tables where invisible characters would count towards column width
- Added option to hide borders for tables
Full Changelog: v2.0...v2.1