Releases: perrylets/CommandExec
Releases · perrylets/CommandExec
v2.0.0
What's Changed
- Added
Command.RawStart
method Command.STDOut
renamed toCommand.stdOut
Command.STDIn
renamed toCommand.stdIn
Command.STDErr
renamed toCommand.stdErr
Command.Shell
moved toCommandUtils.Shell
CommandUtils.CommandExists
renamed toCommandUtils.Exists
- Added
Command.exitCode
field - Added
Command.hasError
field - Added
Command.onExit
event - Added
Command.id
field - Added
Command.startTime
field
Full Changelog: 1.1.2...2.0.0
v1.1.2
UseShellExecute set to false
Full Changelog: 1.1.1...1.1.2
v1.1.1
What's Changed
- Use exit code instead of command output to check if command exists by @perrylets in #5
Full Changelog: 1.1.0...1.1.1
v1.1.0
What's Changed
- Remove test-on-mac by @perrylets in #3
- Fix README.md typos by @perrylets in #2
- Add
CommandUtils
by @perrylets in #4- Add
CommandUtils
- Add
CommandUtils.CommandExists
- Add test for
CommandUtils.CommandExists
- Remove unnecessary ".exe" on some strings
- Add
Full Changelog: 1.0.3...1.1.0
v1.0.3
What's Changed
- Change Shell by @perrylets in #1
Version 1.0.2 was released locally as a test, it only included a update to the readme.
Full Changelog: 1.0.1...1.0.3