Skip to content

Releases: Cysharp/ProcessX

Ver.1.5.6

15 Jan 08:08
94dd0f2
Compare
Choose a tag to compare

What's Changed

  • Drop netcoreadpp3.1 and net5.0, use net6.0 instead. by @guitarrapc in #16
  • ci: Cysharp/Actions/.github/workflows/create-release.yaml by @guitarrapc in #17
  • ci: change upload-artifact & download-artifact to Cysharp/Actions by @guitarrapc in #19
  • ci: add depndabot.yaml to update github-actions by @guitarrapc in #18
  • chore(deps): bump technote-space/toc-generator from 2.4.0 to 4.3.1 by @dependabot in #20
  • add Env.useShell by @neuecc in #23

New Contributors

Full Changelog: 1.5.5...1.5.6

Ver.1.5.5

18 Oct 03:46
Compare
Choose a tag to compare

What's Changed

  • feat: use Cysharp/Actions reusable workflows/actions by @guitarrapc in #13
  • Avoid reading StdOut stream when process failed on invalid exit code with StdErr content by @mataness in #12

New Contributors

Full Changelog: 1.5.4...1.5.5

Ver.1.5.4

11 Jan 06:26
Compare
Choose a tag to compare
  • Fix Zx, does not work on Linux/MacOS

Ver.1.5.3

08 Oct 11:27
Compare
Choose a tag to compare
  • Add Zx, runl, processl that returns string[]

Ver.1.5.2

17 Sep 03:58
Compare
Choose a tag to compare
  • Zx, always escape if using in string

Ver.1.5.1

17 Sep 03:45
Compare
Choose a tag to compare
  • Fix, zx returns right string result(without newline)
  • Fix, ProcessAsyncEnumerable.FirstAsync returns right first result

Ver.1.5.0

27 Aug 03:54
Compare
Choose a tag to compare
  • Improve: Zx print stdError on default(verbose = true)
  • Add: Zx.Env.ignore
  • Add: Zx.Env.process2, run2, withCancellation2, withTimeout2
  • Change: Zx.Env.withTimeout, withCancellation receives only FormattableString
  • Change: FirstAsync wait process complete

Ver.1.4.5

23 Aug 06:27
Compare
Choose a tag to compare
  • Add ProcessAsyncEnumerable.WaitAsync

Ver.1.4.4

23 Aug 06:16
Compare
Choose a tag to compare
  • Add ProcessAsyncEnumerable.FirstAsync, FirstOrDefaultAsync

Ver.1.4.3

22 Aug 22:27
Compare
Choose a tag to compare
  • Add Zx.Env.run
  • Add Zx.Env.escape
  • Add Zx.Env.workingDirectory
  • Add Zx.Env.envVars
  • Imprvoment searching bash path run on Linux, use which bash