process 2.0.3
process: ^2.0.3 copied to clipboard
A pluggable, mockable process invocation abstraction for Dart.
2.0.3 #
- relax dependency requirement for
platform
2.0.2 #
- Fix a strong mode function expression return type inference bug with Dart 1.23.0-dev.10.0.
2.0.1 #
- Fixed bug in
ReplayProcessManagerwhereby it could try to write tostdoutorstderrafter the streams were closed.
2.0.0 #
- Bumped
package:filedependency to 2.0.1
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