Releases: python-poetry/cleo
Releases · python-poetry/cleo
0.8.0
26 Mar 22:13
Compare
Sorry, something went wrong.
No results found
0.7.6
25 Oct 12:57
Compare
Sorry, something went wrong.
No results found
Fixed
Upgraded clikit to fix issues in option parsing.
0.7.5
28 Jun 17:11
Compare
Sorry, something went wrong.
No results found
Fixed
Upgraded dependency requirements for bug fixes.
0.7.4
15 May 19:52
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed command construction with the argument and option helpers.
0.7.3
11 May 22:15
Compare
Sorry, something went wrong.
No results found
Added
Added the argument and option helpers.
Fixed
Fixed the decorated option for the command tester.
Fixed tested applications being terminated after execution.
0.7.2
08 Dec 19:35
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed invalid combination of OPTIONAL_VALUE and MULTI_VALUED flags for options.
0.7.1
07 Dec 16:55
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed parser not setting proper flags.
0.7.0
07 Dec 15:04
Compare
Sorry, something went wrong.
No results found
This version breaks backwards compatibility and caution is advised when updating.
While the public API of the Command class is mostly the same, a lot of the internals has changed
or has been removed.
Cleo is now mostly a higher level wrapper for CliKit which is
more flexible.
Added
Added a sub command system via CliKit.
Added an event system via CliKit.
Changed
All helper classes have been removed. If you use the Command methods this should not affect you.
The testers get_display() method has been removed. Use tester.io.fetch_output().
The testers execute() method no longer requires the command name and requires a string as arguments instead of a list.
The testers execute() method now accepts a inputs keyword argument to pass user inputs.
The call() method no longer requires the command name and requires a string as arguments instead of a list.
The tables now automatically wraps the cells based on the available width.
The table separators and table cells elements have been removed.
The look and feel of the help command has changed.
Namespace commands are no longer supported and will be treated as standard commands.
The list command has been removed and merged with help.
0.6.8
25 Jun 19:21
Compare
Sorry, something went wrong.
No results found
Changed
Testers (application and command) now automatically sets decorated to False.
Fixed
Fixed numeric values appearing when getting terminal size on Windows.
0.6.7
25 Jun 06:14
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed verbosity option behavior.