Skip to content

Releases: phpsu/ShellCommandBuilder

2.0.0

07 Sep 17:35
43be21d
Compare
Choose a tag to compare
  • 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

06 Aug 23:28
f8324ec
Compare
Choose a tag to compare
1.3

Update .travis.yml

Adding more options for variables

06 Jul 01:50
Compare
Choose a tag to compare
  • Disable the semicolon for a variable
  • new method to check whether ShellBuilder has already been added commands to

Introducing Variables

31 May 19:23
5086b87
Compare
Choose a tag to compare

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

First stable release

29 May 12:13
82c3919
Compare
Choose a tag to compare

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

Refactoring and more shell integrations

19 May 10:23
9f8ca57
Compare
Choose a tag to compare
  • Refactoring the "shell word", the basic element of every shell command
  • Implementing output redirection and conditional expressions

Initial Release

05 May 09:50
7626920
Compare
Choose a tag to compare

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.