Skip to content

Releases: utopia-php/cli

0.18.0

08 May 05:06
48610e0
Compare
Choose a tag to compare
0.18.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.17.0...0.18.0

0.17.0

24 Jan 11:40
0829fd5
Compare
Choose a tag to compare
0.17.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.16.0...0.17.0

0.16.0

05 Aug 13:23
5b93663
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.15.0...0.16.0

0.15.0

01 Mar 05:55
ccb7c81
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

Change loop value from microseconds to seconds