All Versions
20
Latest Version
Avg Release Cycle
135 days
Latest Release
1096 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.8.1 Changes
January 23, 2022 -
v3.8.0 Changes
January 22, 2022๐ Changed
- ๐ [Support] Added support for PHP 8.1.
๐ Fixed
- ๐ง [Linux] Added a workaround for executed some parts of the code in a non-cli context. #175
-
v3.7.0 Changes
January 10, 2021๐ Changed
- ๐ [Support] Added support for PHP 8.0.
- ๐ [Support] Dropped support for PHP 7.2.
-
v3.6.0 Changes
October 04, 2020 -
v3.5.2 Changes
December 01, 2019 -
v3.5.1 Changes
November 24, 2019๐ Fixed
- [Art] Be stricter about matching filenames when looking for art. #155
- ๐ [Support] Provide better support for Windows using GitHub actions.
-
v3.5.0 Changes
February 10, 2019โ Added
- [Arguments] Multiple arguments (eg
cli -d foo=bar -d baz=qux
) available via$climate->arguments->getArray("d")
. #111 - ๐ [Arguments] A new method (
Argument::values()
) replaces the deprecatedvalueArray()
method. - [Spinner] Add an indeterminate progress spinner.
- ๐ป [Exceptions] All exception now implement
League\CLImate\Exceptions\Exception
. - [Basic] Allow single lines to be cleared using
$climate->clearLine()
. #145.
๐ Fixed
- [Arguments] Mixing arguments with/without option values. #122.
- [Output] Prevent
tput
output from being sent to the terminal. - [Confirm] Accept more reasonable options for yes/no. #126.
- [Radio] Allow ENTER to be used to choose an option. #140.
- [Output] Improve the checks for ANSI color checks. #128 / #129.
- [Art] Only match filenames when looking for art. #130
๐ Changed
- ๐ [Support] Dropped support for PHP 5.6 and PHP 7.0
- [Arguments] Multiple arguments (eg
-
v3.4.1 Changes
April 29, 2018 -
v3.4.0 Changes
April 28, 2018โ Added
- [Logger] Added a Logger class to use CLImate as a PSR-3 logger.
-
v3.3.0 Changes
April 20, 2018๐ Fixed
- ๐ Ensure multibyte strings are supported everywhere.
- ๐ Improved support for IDE assistance when using method chaining. #102
- [Art] Improve handling of missing files. #114
- 0๏ธโฃ [Input] Correct the usage of
defaultTo()
withaccept()
. #104 - ๐ [Windows] Fixed the terminal width detection. #64
โ Added
- ๐ [Table] Add support for a prefix argument for each row. #51
- [Progress] Added an
each()
method. #112
๐ Changed
- ๐ [Support] Add support for PHP 7.2
- ๐ [Support] Drop support for PHP 5.4
- ๐ [Support] Drop support for PHP 5.5
- ๐ [Support] Drop support for HHVM.
- Suggest the symfony polyfill library is
ext-mbstring
is not available. #110