5.94.0
(fix): Skip test files (*.test.*, *.spec.*, __tests__/) and node builtin imports when
bundling experimental.mdx-components, so a component folder containing tests no longer
fails docs generation.
(feat): Cache custom MDX component bundles in FERN_MDX_BUNDLE_CACHE_DIR when it is set, and
populate that cache from fern install-dependencies. This lets air-gapped deployments
bundle components ahead of time, during a phase that has network access, instead of at
generation time.
5.93.0
(feat): Add the FERN_JAVA_SKIP_FORMATTING environment variable, which skips the Gradle
spotlessApply pass that runs after Java SDK generation. The CLI forwards the
variable from the host into generator containers, so FERN_JAVA_SKIP_FORMATTING=true fern generate --local produces unformatted (but otherwise identical) Java output.
Useful on networks that cannot reach the Gradle distribution or plugin repositories,
and to cut generation time.