Skip to content

Releases: adhocore/php-cli

Version v1.7.1 (== v1.7.0)

06 Apr 09:09
Compare
Choose a tag to compare

Version v1.7.0 (Progressbar Labels, Justify content)

28 Mar 08:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.7.0

Version 1.6.2 (Arguments help ordering)

22 Jan 22:39
3419131
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.6.2

Version 1.6.1 (Default command helper)

26 Jun 10:00
25b5a93
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.6.1

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)