process 1.1.0
process: ^1.1.0 copied to clipboard
A pluggable, mockable process invocation abstraction for Dart.
1.1.0 #
- Added support to transparently find the right executable under Windows.
1.0.1 #
- The
executableandargumentsparameters have been merged into onecommandparameter in therun,runSync, andstartmethods ofProcessManager. - Added support for sanitization of command elements in
RecordingProcessManagerandReplayProcessManagervia theCommandElementclass.
1.0.0 #
- Initial version