🌿 ✨ [Scheduled] Upgrade Fern CLI #179
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.51.4to0.51.17- Changelog0.51.17fix:The OpenRPC parser now handles displaying parameters as object examples.0.51.16fix:The OpenRPC parser now handles displaying parameters as object examples.0.51.15fix:The OpenRPC parser now handles displaying optional parameters in the request.0.51.14fix:Updateswhatwgso that users eliminate punycode deprecation warning.0.51.13fix:OpenAPI overrides now support resolving file references from the location of theOpenAPI overrides file itself. Previously, relative paths were only resolved from
the OpenAPI source file.
Most users will experience no change, but this will enable a wider set of file
directory layouts depending on the user's preference.
8 additional updates, see more
0.51.12fix:The Fern Definition now allows you to declare status codes for the response without having a type.This is useful for
204response status codes.0.51.11fix:The OpenAPI parser generates response examples that are{}for 204 response types.0.51.10fix:The OpenAPI parser generates response examples that are{}for 204 response types.0.51.9fix:Fixed OpenAPI importer to properly handle response status codes in documentation by propagatingthe status code from the OpenAPI spec through the IR and FDR layers.
0.51.8fix:Fixed OpenAPI importer to properly handle response status codes in documentation by propagatingthe status code from the OpenAPI spec through the IR and FDR layers.
0.51.7fix:Added better error messages when markdown files reference non-existent MDX files, showing the relative pathto the missing file rather than just indicating an invalid reference.
0.51.6fix:Fixed OpenAPI importer to properly handle string enums that are specified as integers by coercing them to strings.0.51.5fix:Added a new rule to validate frontmatter parsing across markdown files, ensuring frontmatteris properly formatted and can be parsed without errors.