Skip to content

Releases: ricardoboss/php-console-logger

v2.4.2

01 Nov 16:52
Compare
Choose a tag to compare
  • Fixed issue with non-string column headers

Full Changelog: v2.4.1...v2.4.2

v2.4.1

01 Nov 16:43
Compare
Choose a tag to compare
  • Added ability to hide header row

Full Changelog: v2.4.0...v2.4.1

v2.4.0

01 Nov 16:34
Compare
Choose a tag to compare
  • 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

20 Oct 19:54
Compare
Choose a tag to compare
  • Fixed a warning when $rows given to Console::table was empty

Full Changelog: v2.3.0...v2.3.1

v2.3.0

20 Oct 19:53
Compare
Choose a tag to compare
  • Tables with compact: true are now rendered with a single line border between header and body
  • Removed noBorder argument from Console::table and added noOuterBorder and noInnerBorder arguments

Full Changelog: v2.2.1...v2.3.0

v2.2.1

20 Oct 19:51
Compare
Choose a tag to compare
  • Changed Console::link color from cyan to blue

Full Changelog: v2.2.0...v2.2.1

v2.2.0

29 Apr 09:56
Compare
Choose a tag to compare
  • Added logLevelTag so you can change the tag for each log level

Full Changelog: v2.1.2...v2.2.0

v2.1.2

12 Apr 10:00
Compare
Choose a tag to compare
  • Fixed an issue where formatted values had the wrong padding

Full Changelog: v2.1.1...v2.1.2

v2.1.1

12 Apr 09:37
Compare
Choose a tag to compare
  • Updated docblock for Console::table to accept more cell value types

Full Changelog: v2.1...v2.1.1

v2.1

12 Apr 09:30
Compare
Choose a tag to compare
  • 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