Releases: Redocly/redocly-cli
Releases · Redocly/redocly-cli
@redocly/[email protected]
Patch Changes
- Reverted "Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings" temporary.
- Updated @redocly/openapi-core to v1.10.3.
@redocly/[email protected]
Patch Changes
- Users can run the CLI tool behind a proxy by using
HTTP_PROXY
orHTTPS_PROXY
environment variables to configure the proxy settings. - Updated @redocly/openapi-core to v1.10.2.
@redocly/[email protected]
Patch Changes
- fix: Revert "Users can run the CLI tool behind a proxy by using HTTP_PROXY or HTTPS_PROXY environment variables to configure the proxy settings" temporary.
@redocly/[email protected]
Minor Changes
- Users can run the CLI tool behind a proxy by using
HTTP_PROXY
orHTTPS_PROXY
environment variables to configure the proxy settings.
@redocly/[email protected]
Patch Changes
- Updated @redocly/openapi-core to v1.10.1.
@redocly/[email protected]
Minor Changes
- Users can run the CLI tool behind a proxy by using
HTTP_PROXY
orHTTPS_PROXY
environment variables to configure the proxy settings.
Patch Changes
- Added inflection to the
join
command so that--prefix-components-with-info-prop
replaces spaces with underscores to create less confusing $refs. - Updated @redocly/openapi-core to v1.10.0.
@redocly/[email protected]
Patch Changes
- Fixed a bug with resolving $refs to file names that contain the hash symbol.
@redocly/[email protected]
Patch Changes
- Adds support for using logical AND for the security schema so that the
join
command generates the correct schema. - Fixed a bug with resolving $refs to file names that contain the hash symbol.
- Fixed a problem where the
join
command did not process schemas containingnull
values when the--prefix-components-with-info-prop
option was used.' - Updated @redocly/openapi-core to v1.9.1.
@redocly/[email protected]
Minor Changes
- Added new
no-required-schema-properties-undefined
rule to check if each required schema property is defined.
Patch Changes
- Fixed an issue where
$ref
s ending in#
(instead of#/
) would break the application.
@redocly/[email protected]
Minor Changes
-
- Removed descriptions adding for x-tagGroups for the
join
command. Descriptions in x-tagGroups are not supported and cause errors on linting. - Updated
info.title
to be used as a name in x-tagGroups instead of a file name for thejoin
command, so you can now join files with the same names.
- Removed descriptions adding for x-tagGroups for the
- Added new
no-required-schema-properties-undefined
rule to check if each required schema property is defined.
Patch Changes
- Fixed an issue where using the
--prefix-components-with-info-prop
option with thejoin
command caused$refs
to include duplicated prefixes. - Fixed an issue where
$ref
s ending in#
(instead of#/
) would break the application. - Updated @redocly/openapi-core to v1.9.0.