-
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.
Merge pull request #20 from phatblat/release-1.0.0
Release 1.0.0
- Loading branch information
Showing
3 changed files
with
22 additions
and
2 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) |
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.1.0 | ||
1.0.0 |