-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# ShellExec CHANGELOG | ||
|
||
## Unreleased | ||
|
||
|
||
|
||
## 1.0.0 | ||
|
||
- Initial release | ||
- Simpler API than Exec (`command` string vs. `commandLine` list) | ||
- Append/prepend to `PATH` | ||
- Supports command pipes and conditional command chains | ||
- Easy access to `stdout`/`stderr` | ||
|
||
⚠️ Not compatible with `Exec` tasks yet (#11), but the current API is very similar. | ||
|
||
## 0.1.0 | ||
|
||
- Test release | ||
- Original name: [SimpleExec](https://bintray.com/phatblat/maven-open-source/SimpleExec) |