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.46.20
to0.47.3
- Changelog0.47.3
feat:
Add the JSON schema to the generators.yml file for validation and autocomplete.0.47.2
feat:
The CLI now supports checking for broken links in your docs. You will see warnings infern check
if your docs link to anypage that can't be resolved, and the
--strict-broken-links
option will cause the command to fail (exit with a non-zero exit code) ifany broken links are found. You can also run the new command
fern docs broken-links
to only check for broken links (ignoringother possible errors), with the
--strict
option to cause the command to fail if any broken links are found.0.47.1
feat:
Fixes a bug where the OpenAPI parser stopped respecting the =unions: v1
setting in yourgenerators.yml
which configures the parser to generate moreidiomatic discriminated unions.
0.47.0
feat:
The CLI now supports publishing docs using the improved OpenAPI v2 parser. You can setopenapi-parser-v2: true
in your
docs.yml
to use the new parser.0.46.23
feat:
The CLI now validates that method and group name overrides in OpenAPI settings are not duplicated.2 additional updates, see more
0.46.22
feat:
Support configuration of Google Analytics and Google Tag Manager in API Docs.0.46.21
fix:
The CLI now supports theprefer-undiscriminated-unions-with-literals
setting in OpenAPI settings.