Skip to content

Latest commit

 

History

History
87 lines (66 loc) · 3.9 KB

RELEASE_NOTES.md

File metadata and controls

87 lines (66 loc) · 3.9 KB

v1.111.10.0 - May 31, 2024

  • Empty file output will not write to file. (#72)

v1.111.1.0 - May 24, 2024

  • Ensure StandardIn is always redirected when there is Input. (#71)

v1.111.0.0 - Apr 16, 2024

  • Add SH and ZSH
  • Add Linux's PWSH, always quote default shell (#68)

v1.110.0.0 - Apr 12, 2024

  • Add WindowStyle to CE. (#67)

v1.101.0.0 - Jan 09, 2024

  • New year's work.

v1.100.10.0 - Nov 24, 2023

  • Tiny logo fix.

v1.100.1.0 - Nov 24, 2023

  • Tiny fix.

v1.100.0.0 - Nov 24, 2023

  • Add .NET8 support (#60).
  • Add new logo (#61).

v1.11.0.0 - Oct 06, 2023

  • Add throw and throwIfErrored functions to interrupt pipeline on error (#56).

v1.10.1.0 - Sep 01, 2023

  • Command.executeAsync stdout and stderr content now gets returned properly (#58).

v1.10.0.0 - Aug 11, 2023

  • Open files in default/assigned program in Exec (#56).

v1.1.1.0 - Jul 25, 2023

  • No need to quote the bash command anymore (#53) to have a consistent using between Shells.

v1.1.0.0 - May 29, 2023

  • Slightly change signature of Output CustomOperation. (#51)
  • Add CancelAfter CustomOperation for executeAsync to cancel after a specific amount of time (milliseconds). (#50)

v1.0.1.0 - Feb 02, 2023

  • Fix FSharp.Core to v6.0. (#47)

v1.0.0.0 - Dec 18, 2022

  • Add CUSTOM shell in ShellContext. (#46)
  • Add printing methods for each field in Output for shorter code. (#45)
  • Update dependencies.

v0.11.0.0 - Nov 11, 2022

  • Add Output as CustomOperation with different types (s. Fli.Outputs). (#37 #39 #40 #41)
  • Add .NET7 support and drop .MET5. (#42)
  • Update dependencies.

v0.9.0.0 - Oct 18, 2022

  • Add Output.Id from Process.Id. (#27)
  • Add WSL to provided Shells. (#31)
  • Enhencement: Trim output texts at the end. (#32)
  • Add logo for Nuget package. (#34)
  • Update dependencies.

v0.8.0.0 - Oct 12, 2022

  • Add Command.executeAsync for NET5 and up! (#19)
  • Add Error from StandardError. (#20)
  • Add Input for StandardInput. (#21)
  • Fix some build warnings. (#22)

v0.7.0.0 - Oct 07, 2022

  • Add Encoding to contexts. (#11)
  • Renaming of contexts.
  • Update docs with more snippets etc.
  • BREAKING Add output type with exit code: type Output = { Text: string; ExitCode: int } (#14)

v0.6.1.0 - Oct 04, 2022

  • Fix: Wrong (old) content in Release 0.6.0 Nuget package.

v0.6.0.0 - Oct 04, 2022

  • Add WorkingDirectory to both ShellContext & ProgramContext. (#4)
  • Add Verb to ProgramContext. (#6)
  • Add Username to ProgramContext. (#5)
    • Credentials added later (for windows only)
  • Add EnvironmentVariables to contexts. (#8)
  • Add internal method configureProcess for better testing. (#9)

v0.0.2.0 - "Hello World!"-Release Sep 29, 2022

  • Initial release