Skip to content

Releases: wp-cli/php-cli-tools

Version 0.11.3

Choose a tag to compare

@danielbachhuber danielbachhuber released this 08 Jun 12:07
  • Variety of bug fixes to Shell:columns() [#105].

Version 0.11.2

Choose a tag to compare

@danielbachhuber danielbachhuber released this 15 Feb 12:22
  • Correctly applies default values for an option [#104]

Version 0.11.1

Choose a tag to compare

@danielbachhuber danielbachhuber released this 18 Mar 12:31
  • Only decolorize in cli\safe_str_pad() when colorizing [#94].

Version 0.11.0

Choose a tag to compare

@danielbachhuber danielbachhuber released this 07 Jan 15:06
  • 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

Choose a tag to compare

@danielbachhuber danielbachhuber released this 26 Aug 03:26
  • Verifies if exec is not in disable_functions directive (pull request)

Version 0.10.4

Choose a tag to compare

@danielbachhuber danielbachhuber released this 04 Mar 15:00

Version 0.10.3

Choose a tag to compare

@danielbachhuber danielbachhuber released this 16 Dec 20:47
  • Fixed undefined error for mb_detect_encoding() by checking that it exists.

Version 0.10.2

Choose a tag to compare

@danielbachhuber danielbachhuber released this 12 Nov 15:48
  • Fixed passing an empty array to cli\Table.
  • Fixed incorrect lengths for colorized strings in cli\Table.

Version 0.10.1

Choose a tag to compare

@danielbachhuber danielbachhuber released this 10 Sep 12:37
  • Fix: cli\safe_str_pad() properly accommodates accented characters / languages with their own Unicode characters.

Version 0.10.0

Choose a tag to compare

@danielbachhuber danielbachhuber released this 07 Sep 22:09
  • cli\prompt() includes an option to hide input (useful for passwords, etc.).
  • cli\Table auto-wraps contents of a cell based on TTY width.
  • SHELL_PIPE environment variable can be defined for determining whether TTY is piped.
  • Fix: Add fallback for mb_strlen when PHP mbstring extension isn't enabled (bug introduced in v0.9.5)
  • Fix: cli\Colors::length now returns correct lengths for for colorized strings