Releases: nette/command-line
Releases · nette/command-line
Released version 1.8
Released version 1.7
- support for PHP 8.3
- Parser: added Normalizer
- constants are PascalCase
Released version 1.6
- updated detectColors()
Released version 1.5
- added Console::
detectColors()
- requires PHP 7.2
For the details you can have a look at the diff.
Released version 1.4.0
- requires PHP 7.1
- uses PHP 7.1 features
- added PHP 7.1 scalar and return type hints
- added declare(strict_types=1);
Released version 1.3
- supports PHP up to 7.2
- coding style: fixes, lowercase true/false/null
For the details you can have a look at the diff.
Released version 1.2
- added Console
For the details you can have a look at the diff.
Released version 1.1
- requires PHP 5.4.4