Skip to content

Releases: wp-cli/php-cli-tools

Version 0.12.7

20 Jan 20:34
5cc6ef2

Choose a tag to compare

  • Add column alignment support for tables [#192]
  • Fix line wrapping issue with colorized table output [#191]
  • Add ability to add row in a loop to existing table [#190]

Version 0.12.6

11 Sep 19:57
f12b650

Choose a tag to compare

  • PHP 8.5 compatibility: Fix null array access in Colors.php [#188]

Version 0.12.5

29 Apr 08:16
34b83b4

Choose a tag to compare

  • Avoid deprecation warnings in newer PHP [#185]

Version 0.12.4

05 Mar 14:36
fbb9c6e

Choose a tag to compare

  • Fix removal of trailing tab / whitespace in tabular table [#184]

Version 0.12.3

04 Mar 16:39
1556134

Choose a tag to compare

  • Support line breaks and tab replacement in tabular table values [#182]

Version 0.12.2

03 Mar 16:24
8063b4d

Choose a tag to compare

  • Replace tabs in tables with 4 spaces [#181]
  • Properly handle line breaks in column value [#179]

Version 0.12.1

16 Oct 12:49
d1fe500

Choose a tag to compare

  • PHPUnit: convert deprecations to exceptions [#176]
  • PHP 8.4 | Example code: remove use of E_STRICT [#175]
  • PHP 8.4 | Fix implicitly nullable parameters [#173]

Version 0.12.0

03 Jul 10:40
2d1da47

Choose a tag to compare

  • Fix unit tests [#172]

Version 0.11.22

08 Dec 10:42
a6bb946

Choose a tag to compare

  • Fix maxFlag to flagMax and maxOption to optionMax typos in HelpScreen class [#170]
  • Use class instead of static variables for the speed measurement [#168]
  • Remove inexistent post-install-cmd [#167]
  • Fix type hinting for prompt function [#141]

Version 0.11.21

29 Sep 15:28
b3457a8

Choose a tag to compare

  • PHP 8.2: strwidth() & Colors::pad()/decolorize() should always work with a string [#163]