Releases: inhere/php-console
Releases · inhere/php-console
v3.0.0
01 Jan 07:32
Compare
Sorry, something went wrong.
No results found
modify some dir structure
update some logic
v2.4.0
04 Jul 02:53
Compare
Sorry, something went wrong.
No results found
update deps : add dep toolkit/cli-utils and toolkit/sys-utils
fix: no des when display alone command help
add new interactive method: Interact::answerIsYes()
update PharCompiler.php, some bug fixed
adjust help information display
remove some invalid classes
v2.3.3
15 Mar 06:53
Compare
Sorry, something went wrong.
No results found
update
prompt password input use sh instead bash
command help display modify
modify error display
Update README.md
add more param type declare
new
add running sub-command support
add disable command support in controller
add a built in command for run php dev server
bug fixed
token_get_all not exist for Highlighter
fix some errors for phar build
v2.3.2
26 Jan 14:29
Compare
Sorry, something went wrong.
No results found
now can disable a controller or command by method isEnabled()
fixed: should not display 'isAlone' command in a controller
format codes, add more param type define
some update for process util
phar compiler can only pack changed files(by git status)
group/command allow define alias by aliases() in class
support run command by coroutine, base on swoole.
update demo classes. add changelog file
Update README.md
v2.3.1
22 Jan 09:35
Compare
Sorry, something went wrong.
No results found
fixed for alone command description message dispaly on use -h
add global options for a method help info
method annotation format update
complete phar package tool. add a example controller for pack phar
you can run: php examples/app phar:pack to see demo
v2.3.0
13 Jan 10:41
Compare
Sorry, something went wrong.
No results found
move Style to Components dir
move some demo files and tool class to inhere/console-components
v2.2.5
10 Jan 14:48
Compare
Sorry, something went wrong.
No results found
add a profiler tool class
add new show method: pointing, tree, splitLine
some update for params parse. add 'arrayValues' option
add new method writeStyle() for output message
v1.2.1
25 Dec 03:45
Compare
Sorry, something went wrong.
No results found
merge master feature to php5 branch
v2.2.4
25 Dec 11:42
Compare
Sorry, something went wrong.
No results found
add console code Highlighter tool, from 'jakub-onderka/php-console-highlighter'
complete a simple template generator, add a new input class
update readme
v2.2.3
22 Dec 15:38
Compare
Sorry, something went wrong.
No results found
simple ascii font display
add a simple process util
annotation var support in others tag: options, arguments
add new notify message method: Show::spinner() Show::pending()
add new screenshots images, other update ...