Skip to content

Releases: c9s/CLIFramework

Release 4.2.0

15 Dec 06:28
dd19c4d
Compare
Choose a tag to compare

Some important commits are as follows:

Thanks for the following contributors 🎉!

@c9s and @peter279k.

Release 3.1.0

15 Dec 06:47
dd19c4d
Compare
Choose a tag to compare

Some important commits are as follows:

  • The 3.x version is referenced by the 3.0 branch.
  • It's the 8.1 compatibility patch for the PHPBrew dependency.
  • ec530d4

Thanks for the following contributors 🎉:

@c9s and @peter279k.

Release 4.1.2

27 May 05:34
@c9s c9s
9814425
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.1...4.1.2

Release 4.1.1

29 Sep 11:58
@c9s c9s
866551d
Compare
Choose a tag to compare
Merge pull request #118 from detain/master

The "::class" constant was not added until php 5.5

Release 4.0.0

01 Jun 10:32
@c9s c9s
Compare
Choose a tag to compare
Merge pull request #105 from valbendan/master

fix -c option conflict

2.2.0

31 Dec 03:30
@c9s c9s
Compare
Choose a tag to compare
  • Added ConsoleInfo classes for detecting the dimension of the console.

2.1.0

26 Dec 06:32
@c9s c9s
Compare
Choose a tag to compare
  • Introducing new command corrector, implemented by @dh3014
  • Added command autoloader, @dh3014++
  • Added $commandAutoloadEnabled property to Application class.
  • Bug fix in Application.php: incorrect guessCommand, thanks @dh3014++