process 2.0.1
process: ^2.0.1 copied to clipboard
A pluggable, mockable process invocation abstraction for Dart.
2.0.1 #
- Fixed bug in
ReplayProcessManager
whereby it could try to write tostdout
orstderr
after the streams were closed.
2.0.0 #
- Bumped
package:file
dependency to 2.0.1
1.1.0 #
- Added support to transparently find the right executable under Windows.
1.0.1 #
- The
executable
andarguments
parameters have been merged into onecommand
parameter in therun
,runSync
, andstart
methods ofProcessManager
. - Added support for sanitization of command elements in
RecordingProcessManager
andReplayProcessManager
via theCommandElement
class.
1.0.0 #
- Initial version