Zx Versions Save

A tool for writing better scripts

7.0.7

1 year ago

Now it's possible to do:

const my$ = $.bind(null)
const foo = await my$`echo foo`

7.0.6

1 year ago
  • Bunch of fixes and improvements. ᕕ( ᐛ )ᕗ

7.0.5

1 year ago
  • Fixed types definitions for autocomplete in VSCode #466

7.0.4

1 year ago
  • Fixed default shell on Windows.
  • Fixed missing chalk import in zx/experimental.

7.0.3

1 year ago

7.0.2

1 year ago
  • Fixed possibility to set exit code with process.exitCode = 42 in scripts.

7.0.1

1 year ago
  • Fixed cd() func with zx/globals import.
  • Fixed argv initialization with zx and node shebangs.

7.0.0

1 year ago

🐚 zx v7.0.0 release! 🎉

A tool for writing better scripts

zx

In this release:

  • Fully rewritten in TypeScript.
  • Code coverage is now 99%.
  • New within() API for async contexts.
  • echo() now comes out of the box.
  • Support for --eval flag.
  • REPL support.

6.2.5

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/google/zx/compare/6.2.4...6.2.5

6.2.4

1 year ago

What's Changed

Full Changelog: https://github.com/google/zx/compare/6.2.3...6.2.4