Skip to content

Releases: wp-cli/php-cli-tools

Version 0.11.13

Choose a tag to compare

@schlessera schlessera released this 19 Jul 13:44
a286685
  • Update TTY checks [#145]

Version 0.11.12

Choose a tag to compare

@schlessera schlessera released this 03 Mar 12:56
e472e08
  • Fix deprecated usage of join() [#142]

Version 0.11.11

Choose a tag to compare

@schlessera schlessera released this 17 Dec 13:34
fe9c7c4
  • Fix incorrect namespace for cli\notify\xxx [#137]

Version 0.11.10

Choose a tag to compare

@schlessera schlessera released this 22 Aug 10:43
f99308f
  • Use forced width attribution as fallback only to avoid scrapping manual widths [#136]

Version 0.11.9

Choose a tag to compare

@schlessera schlessera released this 21 Apr 01:24
766653b
  • Remove double semi-colon [#130]
  • Fix potential endless loop in prompt() [#129]
  • Add optional $msg parameter to \cli\Progress\Bar::tick() [#126]
  • Fix off-by-1 error in progress bar examples [#128]

Version 0.11.8

Choose a tag to compare

@danielbachhuber danielbachhuber released this 12 Oct 21:51
  • Uses preg_split() instead of preg_match() with quantifiers in safe_substr() [#123].

Version 0.11.7

Choose a tag to compare

@danielbachhuber danielbachhuber released this 02 Oct 20:12
  • Adds optional arguments accepted by str_pad() [#120].

Version 0.11.6

Choose a tag to compare

@danielbachhuber danielbachhuber released this 04 Aug 10:58
  • Uses grapheme_substr() & pcre_match() in safe_substr for [#118].
  • Optimizes double-width safe_substr when all double-width [#114].
  • Fixes reverse (inverse) and white (grey) color references [#116].

Version 0.11.5

Choose a tag to compare

@danielbachhuber danielbachhuber released this 26 Jul 18:19
  • Suppresses tput stderr. Uses COLUMNS env var 1st if available [#113].

Version 0.11.4

Choose a tag to compare

@danielbachhuber danielbachhuber released this 26 Jul 18:18
  • 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].