Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 5.1.0
**`(internal):`** Introduce a simpler TtyAwareLogger local to `cli-v2`. The new logger drops
legacy behaviours that cli-v2 did not use (`omitOnTTY`, `FERN_SPINNER_STATUS`,
dynamic `finish` reassignment, `ora` dependency) and exposes a minimal
`register` / `write` / `takeOverTerminal` / `finish` surface against a
generic `Paintable` interface. Box-frame rendering moves into `TaskGroup`.
The legacy `TtyAwareLogger` in `@fern-api/cli-logger` is untouched.


Loading