Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Releases: google/process.dart

3.0.1

12 Apr 01:13
cf3115c

Choose a tag to compare

  • General cleanup

3.0.0

12 Apr 01:13
0fd4b32

Choose a tag to compare

  • Cleanup getExecutablePath() to better respect the platform

2.0.9

20 Mar 23:37
b02df3a

Choose a tag to compare

  • Bumped package:file dependency

2.0.8

07 Mar 20:46

Choose a tag to compare

  • Fixed method getArguments to qualify the map method with the specific String type

2.0.7

02 Jan 22:02
c83e989

Choose a tag to compare

  • Remove set exitCode instances

2.0.5

13 Jul 19:36

Choose a tag to compare

  • Bumped maximum Dart SDK version to 2.0.0-dev.infinity

2.0.4

13 Jul 19:36

Choose a tag to compare

  • relax dependency requirement for intl

2.0.3

07 Apr 18:13

Choose a tag to compare

  • relax dependency requirement for platform

2.0.2

27 Mar 17:41

Choose a tag to compare

  • Fix a strong mode function expression return type inference bug with Dart 1.23.0-dev.10.0.

2.0.1

13 Feb 23:37

Choose a tag to compare

  • Fixed bug in ReplayProcessManager whereby it could try to write to stdout
    or stderr after the streams were closed.