Releases: adhocore/php-cli
Releases · adhocore/php-cli
Version v1.6.0 (Show option/arg defaults in help)
What's Changed
Full Changelog: v1.5.0...v1.6.0
Version v1.5.0 (Progress Bar)
What's Changed
- Feat Proposal: add progressbar to output by @dimtrovich in #78
- fix(test): IteratorAggregate compatibility on php 8.1 by @dimtrovich in #83
- Add progress bar by @adhocore in #82
New Contributors
- @dimtrovich made their first contribution in #78
Full Changelog: v1.4.0...v1.5.0
Version v1.4.0 (Exception handler)
What's Changed
Full Changelog: v1.3.1...v1.4.0
Version v1.3.1 (Non interactive tests)
Full Changelog: v1.3.0...v1.3.1
Version v1.3.0 (Env fix, WinOS fix)
What's Changed
- fixed issue where certain commands would not execute due to env typings by @mrmusselman1 in #75
- Had issues on windows - fixed them + added custom descriptors support to Shell by @shlomohass in #77
New Contributors
- @mrmusselman1 made their first contribution in #75
- @shlomohass made their first contribution in #77
Full Changelog: v1.2.0...v1.3.0
Version v1.2.0 (Group Commands, Refactor Code)
Features
- App: Set common group to commands set via callable (Jitendra Adhikari) 6c6e53c
- Helper: Support grouped sorting for show help (Jitendra Adhikari) 314a887
- Input: Add Groupable interface, make Command groupable (Jitendra Adhikari) 29b09ce
Bug Fixes
- Adapt for strict type php8 (Jitendra Adhikari) 8198969
Internal Refactors
- Use imports instead of FQN (Jitendra Adhikari) bd0a70c
Miscellaneous
- Travis: Retire it :( (Jitendra Adhikari) 70e510b
Documentations
- Add Grouping commands section (Jitendra Adhikari) 3e05837
Builds
- Workflow: Add github action build (Jitendra Adhikari) 9b4da7d
Contributors: @adhocore, @dimtrovich (#68)
Version v1.0.1
Bug Fixes
- Correct io() fallback mechanism (Daniel Jakob) 4072eaf
Version v1.0.0 (Breaking: for PHP8.0 or above)
Breaking: for PHP8.0>= only
Bug Fixes
- Shell: Exitcode is null first (Jitendra Adhikari)
Internal Refactors
- Add typehints, remove redundant docblocks (Jitendra Adhikari)
- Use php8 syntax (Jitendra Adhikari)
Miscellaneous
- Typehint (Jitendra)
- Run on >= php8 (Jitendra Adhikari)
- Use php8 deps (Jitendra Adhikari)
Version 0.9.1
Bug Fixes
- Php8.1 substr, d197dc6 (Jitendra A)
Version 0.9.0
- ability to unset some options or arguments