Skip to content

Latest commit

 

History

History
91 lines (69 loc) · 4.11 KB

File metadata and controls

91 lines (69 loc) · 4.11 KB

v1.111.11.0 - May 27, 2025

  • Improve ArgumentList in Exec.Arguments, this will split arguments more precise especially for python commands. (CaptnCodr#76)
  • Improve documentations.

v1.111.10.0 - May 31, 2024

v1.111.1.0 - May 24, 2024

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

v1.111.0.0 - Apr 16, 2024

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

v1.110.0.0 - Apr 12, 2024

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

v1.11.0.0 - Oct 06, 2023

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

v1.10.1.0 - Sep 01, 2023

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

v1.10.0.0 - Aug 11, 2023

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

v1.1.1.0 - Jul 25, 2023

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

v1.1.0.0 - May 29, 2023

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

v1.0.1.0 - Feb 02, 2023

v1.0.0.0 - Dec 18, 2022

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

v0.11.0.0 - Nov 11, 2022

v0.9.0.0 - Oct 18, 2022

v0.8.0.0 - Oct 12, 2022

v0.7.0.0 - Oct 07, 2022

  • Add Encoding to contexts. (CaptnCodr#11)
  • Renaming of contexts.
  • Update docs with more snippets etc.
  • BREAKING Add output type with exit code: type Output = { Text: string; ExitCode: int } (CaptnCodr#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. (CaptnCodr#4)
  • Add Verb to ProgramContext. (CaptnCodr#6)
  • Add Username to ProgramContext. (CaptnCodr#5)
    • Credentials added later (for windows only)
  • Add EnvironmentVariables to contexts. (CaptnCodr#8)
  • Add internal method configureProcess for better testing. (CaptnCodr#9)

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

  • Initial release