Skip to content

0.7.1

Compare
Choose a tag to compare
@Mpdreamz Mpdreamz released this 06 Jan 21:52
· 8 commits to master since this release
4a906e7

0.7.0...0.7.1

View the full list of issues and PRs

API Changes: proc

Scanned: 📑 1 assemblies(s), Suggested change in version: Patch
+ 0 breaking change(s) detected.

🌟 0 new additions, 🔴 0 removals, 🔷 0 modifications

API Changes: Proc.Fs

Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.

+ 🌟 19 new additions
- 🔴 7 removals
- 🔷 7 modifications

📑 Proc.Fs.dll
 Click here to see the 33 differences 
Proc.Fs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d 
Proc.Fs.dll 
Proc.Fs 
- 🔴 .RunningStatus 💥 
- 🔴 exec2(String, FSharpList<String>) 💥 
- 🔴 execWithTimeout(String, FSharpList<String>, TimeSpan) 💥 
+ 🔷 .ExecOptions 
+ 🌟 Empty 
+ 🔷 .ExecBuilder 💥 
+ 🌟 Execute(ExecOptions, String, FSharpList<String>) 
+ 🌟 Execute(ExecOptions, String, String[]) 
+ 🌟 Execute(ExecOptions) 
- 🔴 Invoke(ExecOptions) 💥 
+ 🌟 Output(ExecOptions) 
+ 🌟 ReturnOutput(ExecOptions, String, String[]) 
+ 🌟 ReturnOutput(ExecOptions) 
+ 🌟 ReturnStatus(ExecOptions, String, FSharpList<String>) 
+ 🌟 ReturnStatus(ExecOptions, String, String[]) 
+ 🌟 ReturnStatus(ExecOptions) 
+ 🔷 InvokeArgs(ExecOptions, FSharpList<String>) 💥 
+ 🔷 Member type changed from Nullable<Int32> to Void. 💥 
+ 🔷 InvokeArgs(ExecOptions, String[]) 💥 
+ 🔷 Member type changed from Nullable<Int32> to Void. 💥 
+ 🔷 .ShellBuilder 💥 
+ 🌟 EnvironmentVariables(ExecOptions, FSharpMap<String, String>) 
+ 🌟 ExecuteWithArguments(ExecOptions, String, FSharpList<String>) 
+ 🌟 ExecuteWithArguments(ExecOptions, String, String[]) 
- 🔴 ExecuteWithArguments(FSharpOption<RunningStatus>, String, String[]) 💥 
- 🔴 Grep<a>(FSharpOption<a>, String, String, String[]) 💥 
+ 🌟 NoWrapInThread(ExecOptions, Boolean) 
+ 🌟 SendControlCFirst(ExecOptions, Boolean) 
+ 🌟 Timeout(ExecOptions, TimeSpan) 
+ 🌟 WaitForStreamReadersTimeout(ExecOptions, TimeSpan) 
+ 🌟 WorkingDirectory(ExecOptions, String) 
+ 🌟 Yield<a>(a) 
- 🔴 Yield<b, c>(b) 💥