Skip to content

Commit 0832d6d

Browse files
authored
docs: tweak up migration notes (#1242)
1 parent fcddea8 commit 0832d6d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/migration-from-v7.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Migration from v7 to v8
22

3-
[v8.0.0 release](https://github.com/google/zx/releases/tag/8.0.0) brought many features, improvements and fixes, but also has introduced a few breaking changes.
3+
[v8.0.0 release](https://github.com/google/zx/releases/tag/8.0.0) brought many features, improvements, optimizations and fixes, but also has introduced a few breaking changes. Fortunately, everything can be restored and legacy v7 scripts can still run with minor configurations.
44

55
1. `$.verbose` is set to `false` by default, but errors are still printed to `stderr`. Set `$.quiet = true` to suppress any output.
66
```js
@@ -42,3 +42,6 @@ import { syncProcessCwd } from 'zx'
4242

4343
syncProcessCwd() // restores legacy v7 behavior
4444
```
45+
46+
# 🚀
47+
Keep in mind, v7 is in maintenance mode, so it will not receive any new enhancements. We encourage you to upgrade to the latest: it's [16x smaller](https://dev.to/antongolub/how-and-why-do-we-bundle-zx-1ca6), faster, safer, more reliable and useful in a [wider range of practical scenarios](https://github.com/google/zx/releases).

0 commit comments

Comments
 (0)