All Versions
35
Latest Version
Avg Release Cycle
41 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v3.0.1
January 06, 2019 -
v3.0.0 Changes
January 01, 2019- modify some dir structure
- ⚡️ update some logic
-
v3.0.x Changes
publish at: 2019.01.03
- modify some dir structure
- ✂ remove some helper methods, use deps lib instead
- 🛠 fix some bugs, format code
-
v2.4.3 Changes
March 29, 2019- 🛠 fix error handle bug
-
v2.4.2
December 31, 2018 -
v2.4.1
December 31, 2018 -
v2.4.0 Changes
publish at: 2018.07.03
- ⚡️ 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 Changes
publish at: 2018.03.15
⚡️ 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 Changes
publish at: 2018.01.26
- 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
- now can disable a controller or command by method
-
v2.3.1 Changes
- 🛠 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
- you can run:
- 🛠 fixed for alone command description message dispaly on use