🌿 ✨ [Scheduled] Upgrade Fern CLI #171
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrading from
0.50.16to0.51.4- Changelog0.51.4fix:Various improvements to the Mintlify and Readme importers, including better default stylingand spec imports for Mintlify migrations.
0.51.3fix:The OpenAPI parser now prefers the JSON Content-Type variant overothers (e.g. application/x-www-form-urlencoded).
0.51.2fix:Improved error messages when docs.yml doesn't match schema by showing more specificvalidation errors and including the path where the error occurred.
0.51.1fix:Fixed x-fern-resolutions to properly handle escaped forward slashes ("~1") in schema references,correctly converting them to "/" when resolving references.
0.51.0feat:The CLI now supports a --readme flag pointing to the URL of a Readme generated docs site andmigrates existing documentation to a fern-compatible repository.
To use this feature:
1 additional update, see more
0.50.17fix:Improve performance offern docs devby only reloading the markdown content whenonly markdown files are changed, avoiding unnecessary recompilation of the full docs.