Releases: Redocly/redocly-cli
Releases · Redocly/redocly-cli
@redocly/[email protected]
Minor Changes
- Added new rule
array-parameter-serialization
to require that serialization parametersstyle
andexplode
are present on array parameters.
@redocly/[email protected]
Minor Changes
- Added new rule
array-parameter-serialization
to require that serialization parametersstyle
andexplode
are present on array parameters.
Patch Changes
- Deprecated lint-related options in the
bundle
command. The options are going to be removed in the subsequent releases.
Use the lint command separately to lint your APIs before bundling. - Updated Redoc to v2.1.3.
- Updated @redocly/openapi-core to v1.5.0.
@redocly/[email protected]
Patch Changes
-
OpenAPI 3.1.x defaults to JSON Schema draft 2020-12 and the value of property names defined in
properties
was updated since OpenAPI 3.0.x and JSON Schema draft-04.In the new JSON Schema specification, each property value within a
properties
schema accepts aboolean
orobject
schema.https://json-schema.org/draft/2020-12/json-schema-core#section-10.3.2.1
-
Fixed incorrect browser detection by removing check for 'self' as Bun also exposes it by default.
@redocly/[email protected]
Patch Changes
- Fixed an issue with resolving the
node-fetch
package by explicitly adding the missing dependency. - Updated @redocly/openapi-core to v1.4.1.
@redocly/[email protected]
Minor Changes
- Added
recommended-strict
ruleset which uses the same rules asrecommended
but with the severity level set toerror
for all rules.
@redocly/[email protected]
Minor Changes
- Added
recommended-strict
ruleset which uses the same rules asrecommended
but with the severity level set toerror
for all rules. - Add JSON output support to the
split
andjoin
commands.
Patch Changes
- The
--host/-h
argument in thepreview-docs
command is now also used by the WebSocket server for hot reloading. - Updated @redocly/openapi-core to v1.4.0.
@redocly/[email protected]
Minor Changes
- Added the possibility to configure the linting severity level of the configuration file for all CLI commands.
Redocly CLI will exit with an error if there are any issues with the configuration file, and the severity is set toerror
.
@redocly/[email protected]
Minor Changes
- Added the possibility to configure the linting severity level of the configuration file for all CLI commands.
Redocly CLI will exit with an error if there are any issues with the configuration file, and the severity is set toerror
.
Patch Changes
- Updated @redocly/openapi-core to v1.3.0.
@redocly/[email protected]
Patch Changes
- Fixed an issue with nested refs in the
join
command. - Fixed pattern for no-server-example.com rule to improve detection accuracy.
- Changed the report location for
pattern
andnotPattern
assertions to be more precise. - Updated
unevaluatedItems
type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification. - Enhanced public API by small typescript typing fix and exporting new function
bundleFromString
.
@redocly/[email protected]
Patch Changes
- Fixed an issue with nested refs in the
join
command. - Fixed pattern for no-server-example.com rule to improve detection accuracy.
- Changed the report location for
pattern
andnotPattern
assertions to be more precise. - Updated
unevaluatedItems
type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification. - Updated @redocly/openapi-core to v1.2.1.