Skip to content

Releases: wp-cli/php-cli-tools

Version 0.11.4

26 Jul 18:18
Compare
Choose a tag to compare
  • Variety of fixes to colorizing and wrapping text within tables [#111].
  • Uses grapheme_strlen(), preg_match_all( '/\X/u' ), mb_strwidth() or safe_strlen() to calculate string width depending on availability/charset [#107].

Version 0.11.3

08 Jun 12:07
Compare
Choose a tag to compare
  • Variety of bug fixes to Shell:columns() [#105].

Version 0.11.2

15 Feb 12:22
Compare
Choose a tag to compare
  • Correctly applies default values for an option [#104]

Version 0.11.1

18 Mar 12:31
Compare
Choose a tag to compare
  • Only decolorize in cli\safe_str_pad() when colorizing [#94].

Version 0.11.0

07 Jan 15:06
Compare
Choose a tag to compare
  • Adds retrieval of shell column length on Windows [#82].
  • Ensures "Expected" and "Actual" label the correct outputs in test results [#89].
  • Makes sure % characters aren't unnecessarily clobbered in cli\Colors::colorize() [#91,#93].

Version 0.10.5

26 Aug 03:26
Compare
Choose a tag to compare
  • Verifies if exec is not in disable_functions directive (pull request)

Version 0.10.4

04 Mar 15:00
Compare
Choose a tag to compare

Version 0.10.3

16 Dec 20:47
Compare
Choose a tag to compare
  • Fixed undefined error for mb_detect_encoding() by checking that it exists.

Version 0.10.2

12 Nov 15:48
Compare
Choose a tag to compare
  • Fixed passing an empty array to cli\Table.
  • Fixed incorrect lengths for colorized strings in cli\Table.

Version 0.10.1

10 Sep 12:37
Compare
Choose a tag to compare
  • Fix: cli\safe_str_pad() properly accommodates accented characters / languages with their own Unicode characters.