We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b137b4 commit 963a2bdCopy full SHA for 963a2bd
1 file changed
fern/products/cli-api-reference/cli-changelog/2026-04-30.mdx
@@ -0,0 +1,9 @@
1
+## 5.1.0
2
+**`(internal):`** Introduce a simpler TtyAwareLogger local to `cli-v2`. The new logger drops
3
+legacy behaviours that cli-v2 did not use (`omitOnTTY`, `FERN_SPINNER_STATUS`,
4
+dynamic `finish` reassignment, `ora` dependency) and exposes a minimal
5
+`register` / `write` / `takeOverTerminal` / `finish` surface against a
6
+generic `Paintable` interface. Box-frame rendering moves into `TaskGroup`.
7
+The legacy `TtyAwareLogger` in `@fern-api/cli-logger` is untouched.
8
+
9
0 commit comments