Skip to content

Commit

Permalink
updates for version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lotfio committed Jul 24, 2020
1 parent 9257842 commit 5f268a3
Show file tree
Hide file tree
Showing 28 changed files with 47 additions and 40 deletions.
29 changes: 17 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
# 0.2.0
- fix config adding OoFile package
- fix windows 7 ansi
- commands location creation
- fix append additional commands

# 1.0.0
- new implementation

# 1.0.1
- fix app dependency
# 1.6.0
- fix call command
- better help function
- clean up linker

# 1.5.0
- separate invoking from app
- clean up commands file
- bind app to closure commands
- fix help for closure commands
- add call command method
- add call command method

# 1.0.1
- fix app dependency

# 1.0.0
- new implementation

# 0.2.0 (first release)
- fix config adding OoFile package
- fix windows 7 ansi
- commands location creation
- fix append additional commands
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p align="center">
<img src="https://img.shields.io/badge/License-MIT-f1c40f" alt="License">
<img src="https://img.shields.io/badge/PHP-7.2-3498db.svg" alt="PHP version">
<img src="https://img.shields.io/badge/version-1.5.0-2c3e50.svg" alt="Version">
<img src="https://img.shields.io/badge/version-1.6.0-2c3e50.svg" alt="Version">
<img src="https://img.shields.io/badge/coverage-40%25-27ae60.svg" alt="Coverage">
<img src="https://travis-ci.org/lotfio/conso.svg?branch=master" alt="Build Status">
<img src="https://github.styleci.io/repos/165832668/shield?branch=master" alt="StyleCi">
Expand Down Expand Up @@ -269,7 +269,9 @@ $conso->setAuthor(); // set application author
```

## ✨ TODO
- more improvements
- improve code quality.
- add testing helpers.
- add compile command.

## ✨ Contributing

Expand Down
2 changes: 1 addition & 1 deletion commands.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion conso
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author <[email protected]>
* @package Conso PHP Console Creator
* @version 1.5.0
* @version 1.6.0
* @license MIT
* @category CLI
* @copyright 2019 Lotfio Lakehal
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/CommandInvoker.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/CommandLinker.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Commands/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Commands/stubs/command
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @author <[email protected]>
* @package Conso PHP Console Creator
* @version 1.5.0
* @version 1.6.0
* @license MIT
* @category CLI
* @copyright 2019 Lotfio Lakehal
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/CommandsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Conso.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/ConsoTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Contracts/CommandInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Contracts/InputInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Contracts/OutputInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Exceptions/InputException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Exceptions/InvokerException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Exceptions/OutputException.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Input.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/Output.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion src/Conso/hlprs.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/CommandInvokerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/CommandLinkerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/CommandsTableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/ConsoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/InputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/Mocks/Make.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/OutputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* @author <[email protected]>
*
* @version 1.5.0
* @version 1.6.0
*
* @license MIT
*
Expand Down

0 comments on commit 5f268a3

Please sign in to comment.