Skip to content

Releases: utopia-php/cli

0.15.0

01 Mar 05:55
ccb7c81

Choose a tag to compare

0.15.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.14.0...0.15.0

0.14.0

09 Oct 10:19
c30ef98

Choose a tag to compare

0.14.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.13.0...0.14.0

0.13.0

26 Apr 08:41
69e68f8

Choose a tag to compare

0.13.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.12.0...0.13.0

0.12.0

18 Feb 22:16
6d164b7

Choose a tag to compare

0.12.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.11.0...0.12.0

0.11.0

16 Apr 15:16
c7a6908

Choose a tag to compare

0.11.0 Pre-release
Pre-release

Changed the way arrays are passed to the CLI from

php test.php build "--array[]=first" "--array[]=second" 

to

php test.php build --array=first --array=second 

0.10.0

26 Jan 16:36
69ae401

Choose a tag to compare

0.10.0 Pre-release
Pre-release

Added new methods for the CLI & Task classes:

  • CLI::match
  • CLI::getTasks
  • CLI::getArgs
  • Task:getName

0.9.0

19 Jan 20:01

Choose a tag to compare

0.9.0 Pre-release
Pre-release

Change loop value from microseconds to seconds

0.8.0

14 Dec 06:32
090c7ae

Choose a tag to compare

0.8.0 Pre-release
Pre-release

New Console::loop method to allow creation of Daemon scripts.

0.7.3

02 Nov 07:51
0337918

Choose a tag to compare

0.7.3 Pre-release
Pre-release

Updated execution timeout sleep.

0.7.2

23 Oct 13:35

Choose a tag to compare

0.7.2 Pre-release
Pre-release

Updated tests, CI, coding standard and added some minor fixes based on Psalm analysis.