Releases: wp-cli/php-cli-tools
Releases · wp-cli/php-cli-tools
Version 0.11.9
21 Apr 01:24
Compare
Sorry, something went wrong.
No results found
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
12 Oct 21:51
Compare
Sorry, something went wrong.
No results found
Uses preg_split() instead of preg_match() with quantifiers in safe_substr() [#123 ].
Version 0.11.7
02 Oct 20:12
Compare
Sorry, something went wrong.
No results found
Adds optional arguments accepted by str_pad() [#120 ].
Version 0.11.6
04 Aug 10:58
Compare
Sorry, something went wrong.
No results found
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
26 Jul 18:19
Compare
Sorry, something went wrong.
No results found
Suppresses tput stderr. Uses COLUMNS env var 1st if available [#113 ].
Version 0.11.4
26 Jul 18:18
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Variety of bug fixes to Shell:columns() [#105 ].
Version 0.11.2
15 Feb 12:22
Compare
Sorry, something went wrong.
No results found
Correctly applies default values for an option [#104 ]
Version 0.11.1
18 Mar 12:31
Compare
Sorry, something went wrong.
No results found
Only decolorize in cli\safe_str_pad() when colorizing [#94 ].
Version 0.11.0
07 Jan 15:06
Compare
Sorry, something went wrong.
No results found
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 ].