google/zx
google/zx
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 2/9/2022
MajorContains breaking changes __/\\\\\\\\\\\__/\\\____/\\\_
_\///////\\\/__\///\\\/\\\/__
______/\\\/______\///\\\/____
____/\\\/_________/\\\/\\\___
__/\\\\\\\\\\\__/\\\/\///\\\_
_\///////////__\///____\///__
chalk ^4.1.2 → ^5.0.0
globby ^12.0.1 → ^13.1.1
node-fetch ^2.6.1 → ^3.2.0
Added YAML package.
let {foo} = YAML.parse('foo: bar')
This release drops build of CommonJS version and support for .ts extension by zx bin.
TypeScript is still supported, for example, via ts-node:
node --loader ts-node/esm script.ts
Also, a new Node version requirement is >= 16.0.0.
release notes
Published 2/9/2022
MajorContains breaking changes __/\\\\\\\\\\\__/\\\____/\\\_
_\///////\\\/__\///\\\/\\\/__
______/\\\/______\///\\\/____
____/\\\/_________/\\\/\\\___
__/\\\\\\\\\\\__/\\\/\///\\\_
_\///////////__\///____\///__
chalk ^4.1.2 → ^5.0.0
globby ^12.0.1 → ^13.1.1
node-fetch ^2.6.1 → ^3.2.0
Added YAML package.
let {foo} = YAML.parse('foo: bar')
This release drops build of CommonJS version and support for .ts extension by zx bin.
TypeScript is still supported, for example, via ts-node:
node --loader ts-node/esm script.ts
Also, a new Node version requirement is >= 16.0.0.
A tool for writing better scripts