Skip to content

Releases: google/zx

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

6.2.3

05 Jun 09:25
3b6f856
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.2.2...6.2.3

6.2.2

04 Jun 08:22
3a66988
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.2.1...6.2.2

6.2.1

03 Jun 05:40
38e95cf
Compare
Choose a tag to compare
  • Fixed $.verbose type.

6.2.0

01 Jun 21:23
50e5f70
Compare
Choose a tag to compare

This release adds async local contexts via ctx() and configurable logger.