Skip to content

Commit 6d0b757

Browse files
update changelogs
1 parent 0bd0031 commit 6d0b757

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

fern/products/cli-api-reference/cli-changelog/2025-10-15.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.93.0
2+
**`(feat):`** Turns HTTP snippets on by default in docs generation.
3+
4+
To turn HTTP snippets off, set `settings.http-snippets: false` in the `docs.yml` file. You can also specify an explicit list of snippets to include.
5+
6+
```docs.yml
7+
# this will only generate typescript and python snippets, no curl
8+
settings:
9+
http-snippets:
10+
- typescript
11+
- python
12+
```
13+
14+
115
## 0.92.0
216
**`(feat):`** For debugging purposes, generating a docs preview via `fern generate --docs --preview`, it is now possible to specify `--skip-upload` to
317
skip the asset uploading step.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.8.0
2+
**`(feat):`** Add file download support with ByteStream
3+
14
## 0.7.3
25
**`(chore):`** enable show log only on --log-level debug
36

0 commit comments

Comments
 (0)