Releases: webmozart/console
Releases · webmozart/console
1.0.0-beta5
- added support for Symfony 3
- fixed shell argument escaping on Windows
1.0.0-beta4
- renamed
Input
and implementations toInputStream
- renamed
Output
and implementations toOutputStream
- turned
IO
into a class - added
Input
- added
Output
- added
isClosed()
toInputStream
andOutputStream
- removed
RawIO
andFormattedIO
- changed constructor of
BufferedIO
- changed constructor of
ConsoleIO
1.0.0-beta3
- fixed minimum versions in composer.json
1.0.0-beta2
- fixed
Paragraph
to not indent empty lines - added
RawArgs::getScriptName()
andArgs::getScriptName()
- enabled nice exception rendering for exceptions thrown before the IO is created
- made it possible to pass a callable to
ConsoleApplication::__construct()
1.0.0-beta
Released version "1.0.0-beta"