Skip to content

Releases: phpsu/ShellCommandBuilder

2.1.0 PHP 8 only (8.1 - 8.4)

Choose a tag to compare

@Kanti Kanti released this 23 May 08:47
0d9ae2c

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

Choose a tag to compare

@ChrisB9 ChrisB9 released this 07 Sep 17:35
43be21d
  • conditionally adding Commands and Options/Arguments to commands
  • BC: hasCommands was evaluating the opposite way, this has now been fixed
  • bugfix: same-shell grouping has now the correct formatting

Allow raw commands to be added

Choose a tag to compare

@ChrisB9 ChrisB9 released this 06 Aug 23:28
f8324ec
1.3

Update .travis.yml

Adding more options for variables

Choose a tag to compare

@ChrisB9 ChrisB9 released this 06 Jul 01:50
  • Disable the semicolon for a variable
  • new method to check whether ShellBuilder has already been added commands to

Introducing Variables

Choose a tag to compare

@ChrisB9 ChrisB9 released this 31 May 19:23
5086b87

This version introduces variables to the ShellBuilder-Class and improves the documentation

First stable release

Choose a tag to compare

@ChrisB9 ChrisB9 released this 29 May 12:13
82c3919

This is the first stable release and includes the full documentation for how to use this library.

Refactoring and more shell integrations

Choose a tag to compare

@ChrisB9 ChrisB9 released this 19 May 10:23
9f8ca57
  • Refactoring the "shell word", the basic element of every shell command
  • Implementing output redirection and conditional expressions

Initial Release

Choose a tag to compare

@ChrisB9 ChrisB9 released this 05 May 09:50
7626920

This is the first release of the ShellCommandBuilder.
For more information please consult the documentation.
If you find any bugs or need a specific feature, don't hesitate to open an issue or pull request.