Skip to content

Releases: google/zx

7.0.7

02 Jul 21:16
c73ccb4
Compare
Choose a tag to compare
  • Fixed $ to be more like a normal function in #472

Now it's possible to do:

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

7.0.6

01 Jul 20:00
68c7a0e
Compare
Choose a tag to compare
  • Bunch of fixes and improvements. ᕕ( ᐛ )ᕗ

7.0.5

30 Jun 18:41
8e81938
Compare
Choose a tag to compare
  • Fixed types definitions for autocomplete in VSCode #466

7.0.4

29 Jun 20:57
e6bed57
Compare
Choose a tag to compare
  • Fixed default shell on Windows.
  • Fixed missing chalk import in zx/experimental.

7.0.3

27 Jun 22:11
a0c9ed7
Compare
Choose a tag to compare
  • Fixed default shell on Windows in #458
  • Fixed echo() types.

7.0.2

22 Jun 19:33
42b7ab0
Compare
Choose a tag to compare
  • Fixed possibility to set exit code with process.exitCode = 42 in scripts.

7.0.1

20 Jun 23:28
cc9be7f
Compare
Choose a tag to compare
  • Fixed cd() func with zx/globals import.
  • Fixed argv initialization with zx and node shebangs.

7.0.0

14 Jun 16:35
295be2a
Compare
Choose a tag to compare

🐚 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

13 Jun 14:58
0964e86
Compare
Choose a tag to compare

What's Changed

  • Fixed question() types by @olebergen in #437
  • feat: transform some core types into ifaces to let them be extendable by plugins by @antongolub in #439

New Contributors

Full Changelog: 6.2.4...6.2.5

6.2.4

08 Jun 12:57
c488737
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.2.3...6.2.4