Skip to content

Releases: auraphp/Aura.Cli

4.0.0-alpha1

01 Aug 17:19
Compare
Choose a tag to compare
4.0.0-alpha1 Pre-release
Pre-release

Update for PHP 7.2 or later

2.2.0

09 Feb 17:16
Compare
Choose a tag to compare

Add support for a space as separator between --longopt and its value; i.e.,
--longopt val (in addition to the existing --longopt=val).

2.1.2

03 Oct 19:40
Compare
Choose a tag to compare

Hygiene release: update license year, remove branch alias, and update docs.

2.1.1

27 Mar 17:23
Compare
Choose a tag to compare

This release modifies the testing structure and updates other support files.

2.1.0

26 Mar 04:40
Compare
Choose a tag to compare

This release adds a feature: Getopt defintion strings now allow for noting positional arguments using the #argname and #argname? notation, optionally with an argument description. These are ignored by the GetoptParser for purposes of value-discovery, but the Help class does use them to auto-generate usage lines.

2.0.4

16 Mar 14:47
Compare
Choose a tag to compare

This is a hygiene release to update documentation and support files.

2.0.3

19 Jan 22:38
Compare
Choose a tag to compare
  • FIX: add explicit Help config for non-auto-resolved DI

2.0.2

19 Jan 22:24
Compare
Choose a tag to compare
  • FIX: Context\Env::get() now additionally examines getenv() for values; fixes #47
  • FIX: add explicit Context configs for non-auto-resolved DI

2.0.1

07 Nov 15:46
Compare
Choose a tag to compare
  • TST: Update testing structure, disable auto-resolve in container tests
  • DOC: Update README and docblocks
  • FIX: #35, for when posix_isatty() function does not exist

2.0.0

30 Aug 16:35
Compare
Choose a tag to compare

First 2.0 stable release.

  • DOC: Add docblocks, update README.
  • ADD: Method GetoptFactory::getGetoptParser()
  • FIX: #29, fixes color formatting
  • REF: Various refactorings to split up Getopt tasks, add GetoptFactory, extract OptionParser, etc
  • DEL: v1 config files
  • ADD: v2 config class files
  • CHG: When defining options, allow the '' before *or after the ':'
  • BRK: Rename OptionParser to GetoptParser
  • ADD: Help class
  • FIX: Getopt alias ordering