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 @@ -12,7 +12,7 @@ This fixes validation issues like `Example $ending is malformed. Examples should


## 2.17.0
**`(feat):`** Add `substitute-env-vars` flag to `docs.yml` settings configuration. When set to `true`,
**`(feat):`** Add `substitute-env-vars` flag to `docs.yml` settings configuration. When set to `true`,
environment variables using `${VAR_NAME}` syntax are substituted across all files in the docs bundle,
including markdown/MDX content. This is useful for injecting dynamic values like API keys or URLs.
Use \$\{VAR\} to escape and output literal ${VAR} without substitution.
Expand Down
4 changes: 4 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2025-12-04.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.3
**`(fix):`** Add basic preprocessing of names in the IR parser; for starters, `[]` -> `Array`.


## 3.0.2
**`(fix):`** Fix OpenAPI parsing to properly handle `allOf` with `$ref` references inside `oneOf`/`anyOf` schemas. Previously, inline objects with `allOf` references but no direct properties were incorrectly converted to `map<string, any>`. Now they are properly preserved as named types with inheritance.

Expand Down