0.61.17

(fix): Add support for preserving maxLines and focus attributes when using “<Code src=\"...\" />” components in docs. These attributes are now properly carried over to the generated code blocks, allowing you to control the display of referenced code snippets with features like line limits and syntax highlighting focus.

0.61.11

(fix): Fix an issue where a singular allOf circular reference would lead to an infinite loop in the v3 parser.

0.60.27

(fix): Added support for using Podman as a container runner with fern generate --runner podman. This allows users to run generators locally using Podman instead of Docker.

0.60.20

(chore): Move subset of customers off of legacy docs development pin and onto latest.

0.60.9

(feat): Prettify ir output in the fern ir command; correctly extract error schemas from converted error responses.

0.60.8

(feat): Add support for environment and auth overrides from generators.yml in the OpenAPI parser. When importing OpenAPI specifications, the parser now checks for environment and auth configurations in the generators.yml file and uses these settings to override the environments and authentication schemes defined in the OpenAPI document. This enhancement provides more flexibility in customizing imported APIs without modifying the original OpenAPI specification, allowing for environment-specific configurations and standardized authentication schemes across different API versions.