Skip to content

Releases: adhocore/php-cli

Version v1.6.0 (Show option/arg defaults in help)

20 Apr 12:53
b3c34ad
Compare
Choose a tag to compare

What's Changed

  • feat: show defaults for options/arguments by @adhocore in #87

Full Changelog: v1.5.0...v1.6.0

Version v1.5.0 (Progress Bar)

30 Mar 13:30
9e60ddf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

Version v1.4.0 (Exception handler)

25 Mar 14:21
2e46d00
Compare
Choose a tag to compare

What's Changed

  • feat(app): support custom exception handler by @adhocore in #80

Full Changelog: v1.3.1...v1.4.0

Version v1.3.1 (Non interactive tests)

11 Feb 05:29
Compare
Choose a tag to compare

Version v1.3.0 (Env fix, WinOS fix)

11 Feb 04:57
4c2bab4
Compare
Choose a tag to compare

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

Full Changelog: v1.2.0...v1.3.0

Version v1.2.0 (Group Commands, Refactor Code)

08 Oct 15:23
Compare
Choose a tag to compare

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

05 Jul 04:46
Compare
Choose a tag to compare

Bug Fixes

  • Correct io() fallback mechanism (Daniel Jakob) 4072eaf

Version v1.0.0 (Breaking: for PHP8.0 or above)

30 Jun 08:46
Compare
Choose a tag to compare

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

18 Feb 05:09
Compare
Choose a tag to compare

Bug Fixes

  • Php8.1 substr, d197dc6 (Jitendra A)

Version 0.9.0

06 Jan 00:35
319c7dd
Compare
Choose a tag to compare
  • ability to unset some options or arguments