Releases: nullean/proc
Releases · nullean/proc
0.14.0
View the full list of issues and PRs
API Changes: proc
Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.
+ 🌟 5 new additions
- 🔴 5 removals
- 🔷 3 modifications📑 proc.dll
Click here to see the 13 differences
proc, Version=0.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d
proc.dll ProcNet.LongRunningApplicationSubscription
+ 🔷 WaitHandle
+ 🔷 get
+ 🔷 Member is more visible. ProcNet.ObservableProcessBase<TConsoleOut>
+ 🌟 WaitForCompletion(Nullable<TimeSpan>, CancellationToken)
- 🔴 WaitForCompletion(Nullable<TimeSpan>) 💥 ProcNet.Proc
+ 🌟 Start(StartArguments, CancellationToken)
- 🔴 Start(StartArguments) 💥
+ 🌟 StartLongRunning(LongRunningArguments, TimeSpan, IConsoleOutWriter, CancellationToken)
- 🔴 StartLongRunning(LongRunningArguments, TimeSpan, IConsoleOutWriter) 💥
+ 🌟 StartRedirected(StartArguments, IConsoleLineHandler, CancellationToken)
- 🔴 StartRedirected(StartArguments, IConsoleLineHandler) 💥
+ 🌟 StartRedirected(StartArguments, StandardInputHandler, IConsoleLineHandler, CancellationToken)
- 🔴 StartRedirected(StartArguments, StandardInputHandler, IConsoleLineHandler) 💥 API Changes: Proc.Fs
Scanned: 📑 1 assemblies(s), Suggested change in version: Patch
+ 0 breaking change(s) detected.
🌟 0 new additions, 🔴 0 removals, 🔷 0 modifications0.13.0
View the full list of issues and PRs
API Changes: proc
Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.
+ 🌟 2 new additions
- 🔴 0 removals
- 🔷 2 modifications📑 proc.dll
Click here to see the 4 differences
proc, Version=0.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d
proc.dll ProcNet.ObservableProcessBase<TConsoleOut>
+ 🔷 NoWrapInThread
+ 🌟 System.ObsoleteAttribute::.ctor(System.String) ProcNet.StartArguments
+ 🔷 NoWrapInThread
+ 🌟 System.ObsoleteAttribute::.ctor(System.String) API Changes: Proc.Fs
Scanned: 📑 1 assemblies(s), Suggested change in version: Patch
+ 0 breaking change(s) detected.
🌟 0 new additions, 🔴 0 removals, 🔷 0 modifications0.12.0
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 modificationsAPI Changes: Proc.Fs
Scanned: 📑 1 assemblies(s), Suggested change in version: Patch
+ 0 breaking change(s) detected.
🌟 0 new additions, 🔴 0 removals, 🔷 0 modifications0.11.0
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 modificationsAPI Changes: Proc.Fs
Scanned: 📑 1 assemblies(s), Suggested change in version: Patch
+ 0 breaking change(s) detected.
🌟 0 new additions, 🔴 0 removals, 🔷 0 modifications0.10.0
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 modificationsAPI Changes: Proc.Fs
Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.
+ 🌟 0 new additions
- 🔴 1 removals
- 🔷 0 modifications📑 Proc.Fs.dll
Click here to see the 1 differences
Proc.Fs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d
Proc.Fs.dll
- 🔴 FSharp.Core, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 0.9.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 modificationsAPI Changes: Proc.Fs
Scanned: 📑 1 assemblies(s), Suggested change in version: Patch
+ 0 breaking change(s) detected.
🌟 0 new additions, 🔴 0 removals, 🔷 0 modifications0.9.0
View the full list of issues and PRs
API Changes: proc
Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.
+ 🌟 5 new additions
- 🔴 12 removals
- 🔷 4 modifications📑 proc.dll
Click here to see the 21 differences
proc, Version=0.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d
proc.dll ProcNet.ExecArguments
+ 🌟 Timeout ProcNet.ObservableProcessBase<TConsoleOut>
+ 🌟 WaitForCompletion(Nullable<TimeSpan>)
- 🔴 WaitForCompletion(TimeSpan) 💥 ProcNet.StartArguments
+ 🌟 ConsoleOutWriter
+ 🌟 Timeout ProcNet.Proc
- 🔴 DefaultTimeout 💥
- 🔴 Exec(ExecArguments, TimeSpan) 💥
- 🔴 Exec(String, TimeSpan, String[]) 💥
- 🔴 Start(StartArguments, TimeSpan, IConsoleOutWriter) 💥
- 🔴 Start(StartArguments, TimeSpan) 💥
- 🔴 Start(String, TimeSpan, IConsoleOutWriter, String[]) 💥
- 🔴 Start(String, TimeSpan, String[]) 💥
- 🔴 StartRedirected(IConsoleLineHandler, String, TimeSpan, StandardInputHandler, String[]) 💥
- 🔴 StartRedirected(IConsoleLineHandler, String, TimeSpan, String[]) 💥
+ 🌟 StartRedirected(StartArguments, StandardInputHandler, IConsoleLineHandler)
- 🔴 StartRedirected(StartArguments, TimeSpan, IConsoleLineHandler) 💥
- 🔴 StartRedirected(StartArguments, TimeSpan, StandardInputHandler, IConsoleLineHandler) 💥
+ 🔷 Exec(ExecArguments) 💥
+ 🔷 Member type changed from Nullable<Int32> to Int32. 💥
+ 🔷 Exec(String, String[]) 💥
+ 🔷 Member type changed from Nullable<Int32> to Int32. 💥 API Changes: Proc.Fs
Scanned: 📑 1 assemblies(s), Suggested change in version: Patch
+ 0 breaking change(s) detected.
🌟 0 new additions, 🔴 0 removals, 🔷 0 modifications0.8.2
View the full list of issues and PRs
API Changes: proc
Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.
+ 🌟 2 new additions
- 🔴 1 removals
- 🔷 3 modifications📑 proc.dll
Click here to see the 6 differences
proc, Version=0.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d
proc.dll ProcNet.LongRunningApplicationSubscription
+ 🌟 Running
+ 🔷 Process 💥
+ 🔷 get 💥
+ 🔷 Member is less visible. 💥 ProcNet.ObservableProcess
+ 🌟 SubscribeLinesAndCharacters(Action<LineOut>, Action<Exception>, Action<CharactersOut>, Action<Exception>, Action)
- 🔴 SubscribeLinesAndCharacters(Action<LineOut>, Action<Exception>, Action<CharactersOut>, Action<Exception>) 💥 API Changes: Proc.Fs
Scanned: 📑 1 assemblies(s), Suggested change in version: Patch
+ 0 breaking change(s) detected.
🌟 0 new additions, 🔴 0 removals, 🔷 0 modifications0.8.1
View the full list of issues and PRs
API Changes: proc
Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.
+ 🌟 1 new additions
- 🔴 0 removals
- 🔷 2 modifications📑 proc.dll
Click here to see the 3 differences
proc, Version=0.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d
proc.dll
+ 🌟 ProcNet.LongRunningApplicationSubscription ProcNet.Proc
+ 🔷 StartLongRunning(LongRunningArguments, TimeSpan, IConsoleOutWriter) 💥
+ 🔷 Member type changed from IDisposable to LongRunningApplicationSubscription. 💥 API Changes: Proc.Fs
Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.
+ 🌟 0 new additions
- 🔴 0 removals
- 🔷 5 modifications📑 Proc.Fs.dll
Click here to see the 5 differences
Proc.Fs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d
Proc.Fs.dll Proc.Fs
+ 🔷 .ExecBuilder 💥
+ 🔷 WaitUntil(ExecOptions, FSharpFunc<LineOut, Boolean>) 💥
+ 🔷 Member type changed from IDisposable to LongRunningApplicationSubscription. 💥
+ 🔷 WaitUntilQuietAfter(ExecOptions, FSharpFunc<LineOut, Boolean>) 💥
+ 🔷 Member type changed from IDisposable to LongRunningApplicationSubscription. 💥 0.8.0
View the full list of issues and PRs
API Changes: proc
Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.
+ 🌟 10 new additions
- 🔴 8 removals
- 🔷 0 modifications📑 proc.dll
Click here to see the 18 differences
proc, Version=0.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d
proc.dll
+ 🌟 ProcNet.LongRunningArguments
+ 🌟 ProcNet.StandardInputHandler
- 🔴 ProcNet.StartedHandler 💥 ProcNet.ExecArguments
- 🔴 OnlyPrintBinaryInExceptionMessage 💥 ProcNet.ProcessArgumentsBase
+ 🌟 OnlyPrintBinaryInExceptionMessage ProcNet.StartArguments
+ 🌟 KeepBufferingLines
+ 🌟 StandardInputHandler ProcNet.ObservableProcessBase<TConsoleOut>
- 🔴 ProcessStarted 💥
+ 🌟 SendControlC(Int32)
+ 🌟 StandardInputReady ProcNet.Proc
- 🔴 Start(StartArguments, TimeSpan, IConsoleOutWriter, StartedHandler) 💥
- 🔴 Start(String, TimeSpan, IConsoleOutWriter, StartedHandler, String[]) 💥
- 🔴 Start(String, TimeSpan, StartedHandler, String[]) 💥
+ 🌟 StartLongRunning(LongRunningArguments, TimeSpan, IConsoleOutWriter)
+ 🌟 StartRedirected(IConsoleLineHandler, String, TimeSpan, StandardInputHandler, String[])
- 🔴 StartRedirected(IConsoleLineHandler, String, TimeSpan, StartedHandler, String[]) 💥
+ 🌟 StartRedirected(StartArguments, TimeSpan, StandardInputHandler, IConsoleLineHandler)
- 🔴 StartRedirected(StartArguments, TimeSpan, StartedHandler, IConsoleLineHandler) 💥 API Changes: Proc.Fs
Scanned: 📑 1 assemblies(s), Suggested change in version: Major
+ 0 breaking change(s) detected.
+ 🌟 5 new additions
- 🔴 1 removals
- 🔷 2 modifications📑 Proc.Fs.dll
Click here to see the 8 differences
Proc.Fs, Version=0.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d
Proc.Fs.dll Proc.Fs
+ 🔷 .ExecBuilder
+ 🌟 WaitUntil(ExecOptions, FSharpFunc<LineOut, Boolean>)
+ 🌟 WaitUntilQuietAfter(ExecOptions, FSharpFunc<LineOut, Boolean>)
+ 🔷 .ExecOptions 💥
- 🔴 ExecOptions(String, FSharpOption<FSharpList<String>>, FSharpOption<FSharpFunc<LineOut, Boolean>>, FSharpOption<FSharpFunc<LineOut, Boolean>>, FSharpOption<String>, FSharpOption<FSharpMap<String, String>>, TimeSpan, FSharpOption<FSharpFunc<Int32, Boolean>>, FSharpOption<Boolean>, FSharpOption<Boolean>, FSharpOption<TimeSpan>) 💥
+ 🌟 ExecOptions(String, FSharpOption<FSharpList<String>>, FSharpOption<FSharpFunc<LineOut, Boolean>>, FSharpOption<FSharpFunc<LineOut, Boolean>>, FSharpOption<String>, FSharpOption<FSharpMap<String, String>>, TimeSpan, FSharpOption<FSharpFunc<Int32, Boolean>>, FSharpOption<FSharpFunc<LineOut, Boolean>>, FSharpOption<Boolean>, FSharpOption<Boolean>, FSharpOption<Boolean>, FSharpOption<TimeSpan>)
+ 🌟 StartedConfirmationHandler
+ 🌟 StopBufferingAfterStarted