- Issue #16: Command on different drive didn't work on windows
- Issue #1: Command with spaces didn't work on windows
- Add option to return untrimmed output and error
- Issue #7: UTF-8 encoded arguments where truncated
- Issue #6: Solve
proc_open()
pipe configuration for both, Windows / Linux
- Undid
proc_open()
changes as it broke error capturing
- Improve
proc_open()
pipe configuration
- Add
$useExec
option to fix Windows issues (#3)
- Add
getExecuted()
to find out execution status of the command
- Add
$escape
parameter toaddArg()
to override escaping settings per call
- Minor fixes
- Initial release