Skip to content
Merged
Show file tree
Hide file tree
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
Expand Up @@ -3,7 +3,7 @@


## 0.84.7
**`(fix):`** Fixes `displayName` generation to be stricter for `oneOf` variants.
**`(fix):`** Fixes `displayName` generation to be stricter for `oneOf` variants.
Now, a display name will be set if a `summary` or `title` is provided for a variant, otherwise none will be generated.


Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ settings:

page-actions:
default: cursor
options:
options:
chatgpt: false
claude: true
vscode: true
Expand Down
6 changes: 3 additions & 3 deletions fern/products/cli-api-reference/cli-changelog/2025-10-15.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.93.0
**`(feat):`** Turns HTTP snippets on by default in docs generation.
**`(feat):`** Turns HTTP snippets on by default in docs generation.

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.
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.

```docs.yml
# this will only generate typescript and python snippets, no curl
Expand All @@ -13,7 +13,7 @@ settings:


## 0.92.0
**`(feat):`** For debugging purposes, generating a docs preview via `fern generate --docs --preview`, it is now possible to specify `--skip-upload` to
**`(feat):`** For debugging purposes, generating a docs preview via `fern generate --docs --preview`, it is now possible to specify `--skip-upload` to
skip the asset uploading step.


4 changes: 4 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2025-10-23.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.94.3
**`(fix):`** Fix broken recursive unescaping of \ during handling of \$ in IR generation.


## 0.94.2
**`(fix):`** Improve IR hashing in IntermediateRepresentationChangeDetector.
Previously it looked at the entire IR. Now it only compares the
Expand Down