2.3.0

(fix): Add messaging about AI example generation to the CLI.

2.1.0

(feat): Add detailed output to fern generator upgrade showing which generators were upgraded, their version changes, and changelog links. The command now displays a summary grouped by workspace and group, or reports “All generators are already up to date” when no upgrades are applied.

2.0.4

(fix): Optimize docs generation and image path parsing and replacement for large markdown files (>5MB) using batched edits, precomputed line positions, and filtered AST traversal.

2.0.3

(fix): Updates CLI dependencies to fix fern commands.

2.0.2

(fix): Updates dependencies to fix fern commands.

2.0.1

(fix): Updates the beta write-translation command to use --stub flag for mocking translation configuration.

2.0.0

(feat): Support sidebar title overrides in the frontmatter of markdown files.

2.0.0-rc2

(fix): Improve misc error handling, including for illegal version strings.

2.0.0-rc1

(fix): Fix migration directory name to match exported version (2.0.0-rc0).

2.0.0-rc0

(break): Change default for OpenAPI parsing setting:

  • coerce-enums-to-literals: false (was true) The CLI will automatically upgrade your generators.yml to explicitly set the old default to preserve existing behavior. New users will get the new default.

1.11.3

(fix): Improve misc error handling, including for illegal version strings