Skip to content

Releases: nette/command-line

Released version 1.8

12 Feb 20:00
@dg dg
Compare
Choose a tag to compare

Released version 1.7

26 Nov 23:15
@dg dg
Compare
Choose a tag to compare
  • support for PHP 8.3
  • Parser: added Normalizer
  • constants are PascalCase

Released version 1.6

12 Dec 18:04
@dg dg
Compare
Choose a tag to compare
  • updated detectColors()

Released version 1.5

05 May 13:27
@dg dg
Compare
Choose a tag to compare
  • added Console::detectColors()
  • requires PHP 7.2

For the details you can have a look at the diff.

Released version 1.4.0

05 Feb 22:46
@dg dg
Compare
Choose a tag to compare
  • 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

14 Jul 07:48
@dg dg
Compare
Choose a tag to compare
  • 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

14 Jul 07:49
@dg dg
Compare
Choose a tag to compare
  • added Console

For the details you can have a look at the diff.

Released version 1.1

17 Jun 17:16
@dg dg
Compare
Choose a tag to compare
  • requires PHP 5.4.4