@redocly/cli 1.34.3 → 2.0.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +34 -3
- package/bin/cli.js +1 -1
- package/lib/auth/device-flow.d.ts +1 -0
- package/lib/auth/device-flow.d.ts.map +1 -0
- package/lib/auth/device-flow.js +15 -17
- package/lib/auth/device-flow.js.map +1 -0
- package/lib/auth/oauth-client.d.ts +1 -0
- package/lib/auth/oauth-client.d.ts.map +1 -0
- package/lib/auth/oauth-client.js +21 -23
- package/lib/auth/oauth-client.js.map +1 -0
- package/lib/commands/auth.d.ts +3 -5
- package/lib/commands/auth.d.ts.map +1 -0
- package/lib/commands/auth.js +19 -44
- package/lib/commands/auth.js.map +1 -0
- package/lib/commands/build-docs/index.d.ts +4 -3
- package/lib/commands/build-docs/index.d.ts.map +1 -0
- package/lib/commands/build-docs/index.js +23 -24
- package/lib/commands/build-docs/index.js.map +1 -0
- package/lib/commands/build-docs/types.d.ts +2 -1
- package/lib/commands/build-docs/types.d.ts.map +1 -0
- package/lib/commands/build-docs/types.js +2 -2
- package/lib/commands/build-docs/types.js.map +1 -0
- package/lib/commands/build-docs/utils.d.ts +3 -2
- package/lib/commands/build-docs/utils.d.ts.map +1 -0
- package/lib/commands/build-docs/utils.js +35 -37
- package/lib/commands/build-docs/utils.js.map +1 -0
- package/lib/commands/bundle.d.ts +6 -3
- package/lib/commands/bundle.d.ts.map +1 -0
- package/lib/commands/bundle.js +34 -38
- package/lib/commands/bundle.js.map +1 -0
- package/lib/commands/eject.d.ts +3 -2
- package/lib/commands/eject.d.ts.map +1 -0
- package/lib/commands/eject.js +11 -13
- package/lib/commands/eject.js.map +1 -0
- package/lib/commands/join.d.ts +4 -3
- package/lib/commands/join.d.ts.map +1 -0
- package/lib/commands/join.js +79 -81
- package/lib/commands/join.js.map +1 -0
- package/lib/commands/lint.d.ts +8 -6
- package/lib/commands/lint.d.ts.map +1 -0
- package/lib/commands/lint.js +53 -62
- package/lib/commands/lint.js.map +1 -0
- package/lib/commands/preview-project/constants.d.ts +2 -1
- package/lib/commands/preview-project/constants.d.ts.map +1 -0
- package/lib/commands/preview-project/constants.js +4 -6
- package/lib/commands/preview-project/constants.js.map +1 -0
- package/lib/commands/preview-project/index.d.ts +3 -2
- package/lib/commands/preview-project/index.d.ts.map +1 -0
- package/lib/commands/preview-project/index.js +21 -23
- package/lib/commands/preview-project/index.js.map +1 -0
- package/lib/commands/preview-project/types.d.ts +3 -2
- package/lib/commands/preview-project/types.d.ts.map +1 -0
- package/lib/commands/preview-project/types.js +2 -2
- package/lib/commands/preview-project/types.js.map +1 -0
- package/lib/commands/split/index.d.ts +4 -3
- package/lib/commands/split/index.d.ts.map +1 -0
- package/lib/commands/split/index.js +53 -57
- package/lib/commands/split/index.js.map +1 -0
- package/lib/commands/split/types.d.ts +2 -2
- package/lib/commands/split/types.d.ts.map +1 -0
- package/lib/commands/split/types.js +11 -13
- package/lib/commands/split/types.js.map +1 -0
- package/lib/commands/stats.d.ts +3 -2
- package/lib/commands/stats.d.ts.map +1 -0
- package/lib/commands/stats.js +21 -24
- package/lib/commands/stats.js.map +1 -0
- package/lib/commands/translations.d.ts +3 -2
- package/lib/commands/translations.d.ts.map +1 -0
- package/lib/commands/translations.js +11 -13
- package/lib/commands/translations.js.map +1 -0
- package/lib/index.d.ts +2 -1
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +109 -239
- package/lib/index.js.map +1 -0
- package/lib/otel.d.ts +2 -1
- package/lib/otel.d.ts.map +1 -0
- package/lib/otel.js +22 -23
- package/lib/otel.js.map +1 -0
- package/lib/reunite/api/api-client.d.ts +4 -3
- package/lib/reunite/api/api-client.d.ts.map +1 -0
- package/lib/reunite/api/api-client.js +14 -20
- package/lib/reunite/api/api-client.js.map +1 -0
- package/lib/reunite/api/api-keys.d.ts +2 -1
- package/lib/reunite/api/api-keys.d.ts.map +1 -0
- package/lib/reunite/api/api-keys.js +4 -20
- package/lib/reunite/api/api-keys.js.map +1 -0
- package/lib/reunite/api/domains.d.ts +5 -2
- package/lib/reunite/api/domains.d.ts.map +1 -0
- package/lib/reunite/api/domains.js +6 -15
- package/lib/reunite/api/domains.js.map +1 -0
- package/lib/reunite/api/index.d.ts +4 -3
- package/lib/reunite/api/index.d.ts.map +1 -0
- package/lib/reunite/api/index.js +4 -19
- package/lib/reunite/api/index.js.map +1 -0
- package/lib/reunite/api/types.d.ts +1 -0
- package/lib/reunite/api/types.d.ts.map +1 -0
- package/lib/reunite/api/types.js +2 -2
- package/lib/reunite/api/types.js.map +1 -0
- package/lib/reunite/commands/push-status.d.ts +6 -5
- package/lib/reunite/commands/push-status.d.ts.map +1 -0
- package/lib/reunite/commands/push-status.js +31 -37
- package/lib/reunite/commands/push-status.js.map +1 -0
- package/lib/reunite/commands/push.d.ts +6 -6
- package/lib/reunite/commands/push.d.ts.map +1 -0
- package/lib/reunite/commands/push.js +31 -40
- package/lib/reunite/commands/push.js.map +1 -0
- package/lib/reunite/commands/utils.d.ts +4 -3
- package/lib/reunite/commands/utils.d.ts.map +1 -0
- package/lib/reunite/commands/utils.js +9 -12
- package/lib/reunite/commands/utils.js.map +1 -0
- package/lib/reunite/utils.d.ts +1 -0
- package/lib/reunite/utils.d.ts.map +1 -0
- package/lib/reunite/utils.js +2 -5
- package/lib/reunite/utils.js.map +1 -0
- package/lib/types.d.ts +15 -27
- package/lib/types.d.ts.map +1 -0
- package/lib/types.js +2 -5
- package/lib/types.js.map +1 -0
- package/lib/utils/assert-node-version.d.ts +1 -0
- package/lib/utils/assert-node-version.d.ts.map +1 -0
- package/lib/utils/assert-node-version.js +8 -10
- package/lib/utils/assert-node-version.js.map +1 -0
- package/lib/utils/error.d.ts +4 -0
- package/lib/utils/error.d.ts.map +1 -0
- package/lib/utils/error.js +8 -0
- package/lib/utils/error.js.map +1 -0
- package/lib/utils/fetch-with-timeout.d.ts +1 -0
- package/lib/utils/fetch-with-timeout.d.ts.map +1 -0
- package/lib/utils/fetch-with-timeout.js +6 -8
- package/lib/utils/fetch-with-timeout.js.map +1 -0
- package/lib/utils/{getCommandNameFromArgs.d.ts → get-command-name-from-args.d.ts} +1 -0
- package/lib/utils/get-command-name-from-args.d.ts.map +1 -0
- package/lib/utils/get-command-name-from-args.js +4 -0
- package/lib/utils/get-command-name-from-args.js.map +1 -0
- package/lib/utils/js-utils.d.ts +1 -0
- package/lib/utils/js-utils.d.ts.map +1 -0
- package/lib/utils/js-utils.js +8 -12
- package/lib/utils/js-utils.js.map +1 -0
- package/lib/utils/miscellaneous.d.ts +9 -48
- package/lib/utils/miscellaneous.d.ts.map +1 -0
- package/lib/utils/miscellaneous.js +131 -269
- package/lib/utils/miscellaneous.js.map +1 -0
- package/lib/utils/package.d.ts +2 -0
- package/lib/utils/package.d.ts.map +1 -0
- package/lib/utils/package.js +4 -0
- package/lib/utils/package.js.map +1 -0
- package/lib/utils/platform.d.ts +1 -0
- package/lib/utils/platform.d.ts.map +1 -0
- package/lib/utils/platform.js +5 -9
- package/lib/utils/platform.js.map +1 -0
- package/lib/utils/proxy-agent.d.ts +3 -0
- package/lib/utils/proxy-agent.d.ts.map +1 -0
- package/lib/utils/proxy-agent.js +6 -0
- package/lib/utils/proxy-agent.js.map +1 -0
- package/lib/utils/spinner.d.ts +1 -0
- package/lib/utils/spinner.d.ts.map +1 -0
- package/lib/utils/spinner.js +8 -10
- package/lib/utils/spinner.js.map +1 -0
- package/lib/utils/telemetry.d.ts +40 -0
- package/lib/utils/telemetry.d.ts.map +1 -0
- package/lib/utils/telemetry.js +138 -0
- package/lib/utils/telemetry.js.map +1 -0
- package/lib/utils/update-version-notifier.d.ts +1 -1
- package/lib/utils/update-version-notifier.d.ts.map +1 -0
- package/lib/utils/update-version-notifier.js +35 -38
- package/lib/utils/update-version-notifier.js.map +1 -0
- package/lib/utils/validate-positive-number.d.ts +2 -0
- package/lib/utils/validate-positive-number.d.ts.map +1 -0
- package/lib/utils/validate-positive-number.js +13 -0
- package/lib/utils/validate-positive-number.js.map +1 -0
- package/lib/wrapper.d.ts +3 -3
- package/lib/wrapper.d.ts.map +1 -0
- package/lib/wrapper.js +39 -26
- package/lib/wrapper.js.map +1 -0
- package/package.json +15 -16
- package/CHANGELOG.md +0 -770
- package/lib/__mocks__/@redocly/openapi-core.d.ts +0 -99
- package/lib/__mocks__/@redocly/openapi-core.js +0 -84
- package/lib/__mocks__/documents.d.ts +0 -150
- package/lib/__mocks__/documents.js +0 -123
- package/lib/__mocks__/fs.d.ts +0 -8
- package/lib/__mocks__/fs.js +0 -9
- package/lib/__mocks__/perf_hooks.d.ts +0 -3
- package/lib/__mocks__/perf_hooks.js +0 -6
- package/lib/__mocks__/redoc.d.ts +0 -6
- package/lib/__mocks__/redoc.js +0 -5
- package/lib/__tests__/commands/build-docs.test.d.ts +0 -1
- package/lib/__tests__/commands/build-docs.test.js +0 -54
- package/lib/__tests__/commands/bundle.test.d.ts +0 -1
- package/lib/__tests__/commands/bundle.test.js +0 -235
- package/lib/__tests__/commands/join.test.d.ts +0 -1
- package/lib/__tests__/commands/join.test.js +0 -274
- package/lib/__tests__/commands/lint.test.d.ts +0 -1
- package/lib/__tests__/commands/lint.test.js +0 -149
- package/lib/__tests__/commands/push-region.test.d.ts +0 -1
- package/lib/__tests__/commands/push-region.test.js +0 -90
- package/lib/__tests__/commands/push.test.d.ts +0 -1
- package/lib/__tests__/commands/push.test.js +0 -496
- package/lib/__tests__/fetch-with-timeout.test.d.ts +0 -1
- package/lib/__tests__/fetch-with-timeout.test.js +0 -64
- package/lib/__tests__/fixtures/config.d.ts +0 -21
- package/lib/__tests__/fixtures/config.js +0 -24
- package/lib/__tests__/spinner.test.d.ts +0 -1
- package/lib/__tests__/spinner.test.js +0 -43
- package/lib/__tests__/utils.test.d.ts +0 -1
- package/lib/__tests__/utils.test.js +0 -651
- package/lib/__tests__/wrapper.test.d.ts +0 -1
- package/lib/__tests__/wrapper.test.js +0 -76
- package/lib/auth/__tests__/device-flow.test.d.ts +0 -1
- package/lib/auth/__tests__/device-flow.test.js +0 -62
- package/lib/auth/__tests__/oauth-client.test.d.ts +0 -1
- package/lib/auth/__tests__/oauth-client.test.js +0 -93
- package/lib/commands/preview-docs/index.d.ts +0 -12
- package/lib/commands/preview-docs/index.js +0 -127
- package/lib/commands/preview-docs/preview-server/default.hbs +0 -24
- package/lib/commands/preview-docs/preview-server/hot.js +0 -59
- package/lib/commands/preview-docs/preview-server/oauth2-redirect.html +0 -21
- package/lib/commands/preview-docs/preview-server/preview-server.d.ts +0 -5
- package/lib/commands/preview-docs/preview-server/preview-server.js +0 -113
- package/lib/commands/preview-docs/preview-server/server.d.ts +0 -22
- package/lib/commands/preview-docs/preview-server/server.js +0 -85
- package/lib/commands/push.d.ts +0 -44
- package/lib/commands/push.js +0 -301
- package/lib/commands/split/__tests__/index.test.d.ts +0 -1
- package/lib/commands/split/__tests__/index.test.js +0 -91
- package/lib/reunite/api/__tests__/api-keys.test.d.ts +0 -1
- package/lib/reunite/api/__tests__/api-keys.test.js +0 -26
- package/lib/reunite/api/__tests__/api.client.test.d.ts +0 -1
- package/lib/reunite/api/__tests__/api.client.test.js +0 -337
- package/lib/reunite/api/__tests__/domains.test.d.ts +0 -1
- package/lib/reunite/api/__tests__/domains.test.js +0 -32
- package/lib/reunite/commands/__tests__/push-status.test.d.ts +0 -1
- package/lib/reunite/commands/__tests__/push-status.test.js +0 -563
- package/lib/reunite/commands/__tests__/push.test.d.ts +0 -1
- package/lib/reunite/commands/__tests__/push.test.js +0 -315
- package/lib/reunite/commands/__tests__/utils.test.d.ts +0 -1
- package/lib/reunite/commands/__tests__/utils.test.js +0 -51
- package/lib/utils/__mocks__/miscellaneous.d.ts +0 -43
- package/lib/utils/__mocks__/miscellaneous.js +0 -24
- package/lib/utils/getCommandNameFromArgs.js +0 -6
- package/src/__mocks__/@redocly/openapi-core.ts +0 -88
- package/src/__mocks__/documents.ts +0 -124
- package/src/__mocks__/fs.ts +0 -6
- package/src/__mocks__/perf_hooks.ts +0 -3
- package/src/__mocks__/redoc.ts +0 -2
- package/src/__tests__/commands/build-docs.test.ts +0 -59
- package/src/__tests__/commands/bundle.test.ts +0 -285
- package/src/__tests__/commands/join.test.ts +0 -334
- package/src/__tests__/commands/lint.test.ts +0 -190
- package/src/__tests__/commands/push-region.test.ts +0 -104
- package/src/__tests__/commands/push.test.ts +0 -553
- package/src/__tests__/fetch-with-timeout.test.ts +0 -81
- package/src/__tests__/fixtures/config.ts +0 -21
- package/src/__tests__/fixtures/openapi.json +0 -0
- package/src/__tests__/fixtures/openapi.yaml +0 -0
- package/src/__tests__/fixtures/redocly.yaml +0 -0
- package/src/__tests__/spinner.test.ts +0 -51
- package/src/__tests__/utils.test.ts +0 -781
- package/src/__tests__/wrapper.test.ts +0 -91
- package/src/auth/__tests__/device-flow.test.ts +0 -73
- package/src/auth/__tests__/oauth-client.test.ts +0 -117
- package/src/auth/device-flow.ts +0 -175
- package/src/auth/oauth-client.ts +0 -111
- package/src/commands/auth.ts +0 -66
- package/src/commands/build-docs/index.ts +0 -55
- package/src/commands/build-docs/template.hbs +0 -23
- package/src/commands/build-docs/types.ts +0 -25
- package/src/commands/build-docs/utils.ts +0 -110
- package/src/commands/bundle.ts +0 -154
- package/src/commands/eject.ts +0 -42
- package/src/commands/join.ts +0 -794
- package/src/commands/lint.ts +0 -169
- package/src/commands/preview-docs/index.ts +0 -183
- package/src/commands/preview-docs/preview-server/default.hbs +0 -24
- package/src/commands/preview-docs/preview-server/hot.js +0 -59
- package/src/commands/preview-docs/preview-server/oauth2-redirect.html +0 -21
- package/src/commands/preview-docs/preview-server/preview-server.ts +0 -159
- package/src/commands/preview-docs/preview-server/server.ts +0 -92
- package/src/commands/preview-project/constants.ts +0 -23
- package/src/commands/preview-project/index.ts +0 -71
- package/src/commands/preview-project/types.ts +0 -12
- package/src/commands/push.ts +0 -470
- package/src/commands/split/__tests__/fixtures/samples.json +0 -61
- package/src/commands/split/__tests__/fixtures/spec.json +0 -70
- package/src/commands/split/__tests__/fixtures/webhooks.json +0 -85
- package/src/commands/split/__tests__/index.test.ts +0 -156
- package/src/commands/split/index.ts +0 -397
- package/src/commands/split/types.ts +0 -60
- package/src/commands/stats.ts +0 -140
- package/src/commands/translations.ts +0 -32
- package/src/custom.d.ts +0 -1
- package/src/index.ts +0 -970
- package/src/otel.ts +0 -59
- package/src/reunite/api/__tests__/api-keys.test.ts +0 -37
- package/src/reunite/api/__tests__/api.client.test.ts +0 -452
- package/src/reunite/api/__tests__/domains.test.ts +0 -41
- package/src/reunite/api/api-client.ts +0 -381
- package/src/reunite/api/api-keys.ts +0 -26
- package/src/reunite/api/domains.ts +0 -23
- package/src/reunite/api/index.ts +0 -3
- package/src/reunite/api/types.ts +0 -108
- package/src/reunite/commands/__tests__/push-status.test.ts +0 -653
- package/src/reunite/commands/__tests__/push.test.ts +0 -385
- package/src/reunite/commands/__tests__/utils.test.ts +0 -62
- package/src/reunite/commands/push-status.ts +0 -325
- package/src/reunite/commands/push.ts +0 -235
- package/src/reunite/commands/utils.ts +0 -66
- package/src/reunite/utils.ts +0 -1
- package/src/types.ts +0 -64
- package/src/utils/__mocks__/miscellaneous.ts +0 -24
- package/src/utils/assert-node-version.ts +0 -19
- package/src/utils/fetch-with-timeout.ts +0 -30
- package/src/utils/getCommandNameFromArgs.ts +0 -5
- package/src/utils/js-utils.ts +0 -24
- package/src/utils/miscellaneous.ts +0 -729
- package/src/utils/platform.ts +0 -31
- package/src/utils/spinner.ts +0 -50
- package/src/utils/update-version-notifier.ts +0 -115
- package/src/wrapper.ts +0 -77
- package/tsconfig.json +0 -9
- package/tsconfig.tsbuildinfo +0 -1
package/CHANGELOG.md
DELETED
|
@@ -1,770 +0,0 @@
|
|
|
1
|
-
# @redocly/cli
|
|
2
|
-
|
|
3
|
-
## 1.34.3
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated Redoc to v2.5.0.
|
|
8
|
-
- Updated @redocly/openapi-core to v1.34.3.
|
|
9
|
-
|
|
10
|
-
## 1.34.2
|
|
11
|
-
|
|
12
|
-
### Patch Changes
|
|
13
|
-
|
|
14
|
-
- Updated @redocly/openapi-core to v1.34.2.
|
|
15
|
-
|
|
16
|
-
## 1.34.1
|
|
17
|
-
|
|
18
|
-
### Patch Changes
|
|
19
|
-
|
|
20
|
-
- Improved OpenTelemetry data serialization.
|
|
21
|
-
- Updated @redocly/respect-core to v1.34.1.
|
|
22
|
-
|
|
23
|
-
## 1.34.0
|
|
24
|
-
|
|
25
|
-
### Minor Changes
|
|
26
|
-
|
|
27
|
-
- Added global execution timeout timer to `respect` command execution to prevent infinite test runs. You can configure this timer using the `RESPECT_TIMEOUT` environment variable (defaults to 1 hour).
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- Updated @redocly/respect-core to v1.34.0.
|
|
32
|
-
|
|
33
|
-
## 1.33.1
|
|
34
|
-
|
|
35
|
-
### Patch Changes
|
|
36
|
-
|
|
37
|
-
- Fixed `generate-arazzo` command to properly handle output file paths. The `output-file` parameter must have a value when provided.
|
|
38
|
-
- Updated @redocly/respect-core to v1.33.1.
|
|
39
|
-
|
|
40
|
-
## 1.33.0
|
|
41
|
-
|
|
42
|
-
### Minor Changes
|
|
43
|
-
|
|
44
|
-
- Added support for generating workflows from OpenAPI operations without operationIds. The `generate-arazzo` command now automatically generates operationPaths using the URL pattern: `{$sourceDescriptions.<name>.url}#/paths/<path>/<method>`.
|
|
45
|
-
|
|
46
|
-
### Patch Changes
|
|
47
|
-
|
|
48
|
-
- Updated @redocly/respect-core to v1.33.0.
|
|
49
|
-
|
|
50
|
-
## 1.32.2
|
|
51
|
-
|
|
52
|
-
### Patch Changes
|
|
53
|
-
|
|
54
|
-
- Fixed step execution to respect severity levels when handling step failures. Previously, steps would always break workflow execution on failure when onFailure is omitted, but now they properly consider the configured severity level (e.g., `warn` | `off` severity allows subsequent steps to execute).
|
|
55
|
-
- Updated @redocly/openapi-core to v1.32.2.
|
|
56
|
-
|
|
57
|
-
## 1.32.1
|
|
58
|
-
|
|
59
|
-
### Patch Changes
|
|
60
|
-
|
|
61
|
-
- Added support for `basic`, `bearer`, and `apiKey` security schemes in workflow generation with `generate-arazzo` command.
|
|
62
|
-
- Updated @redocly/openapi-core to v1.32.1.
|
|
63
|
-
|
|
64
|
-
## 1.32.0
|
|
65
|
-
|
|
66
|
-
### Minor Changes
|
|
67
|
-
|
|
68
|
-
- Added support for linting, preprocessors, decorators, and type extensions for Overlay v1 documents.
|
|
69
|
-
|
|
70
|
-
### Patch Changes
|
|
71
|
-
|
|
72
|
-
- Updated OAS3 Schema type definition to correct `type` keyword enum, removed `null`.
|
|
73
|
-
- Fixed an issue where JSON logs did not properly capture data from nested external workflows.
|
|
74
|
-
- Updated @redocly/openapi-core to v1.32.0.
|
|
75
|
-
|
|
76
|
-
## 1.31.3
|
|
77
|
-
|
|
78
|
-
### Patch Changes
|
|
79
|
-
|
|
80
|
-
- Updated @redocly/openapi-core to v1.31.3.
|
|
81
|
-
|
|
82
|
-
## 1.31.2
|
|
83
|
-
|
|
84
|
-
### Patch Changes
|
|
85
|
-
|
|
86
|
-
- Fixed `sourceDescription` name generation in `generate-arazzo` command when using OpenAPI files that contain multiple periods "." in their filenames.
|
|
87
|
-
- Updated @redocly/respect-core to v1.31.2.
|
|
88
|
-
|
|
89
|
-
## 1.31.1
|
|
90
|
-
|
|
91
|
-
### Patch Changes
|
|
92
|
-
|
|
93
|
-
- Added the missing `respect-core` import in Redocly CLI package.
|
|
94
|
-
- Updated @redocly/openapi-core to v1.31.1.
|
|
95
|
-
|
|
96
|
-
## 1.31.0
|
|
97
|
-
|
|
98
|
-
### Minor Changes
|
|
99
|
-
|
|
100
|
-
- Added the `generate-arazzo` command to scaffold Arazzo description templates out of OpenAPI descriptions.
|
|
101
|
-
- Added the `respect` command to test APIs against Arazzo description files.
|
|
102
|
-
|
|
103
|
-
### Patch Changes
|
|
104
|
-
|
|
105
|
-
- Updated @redocly/openapi-core to v1.31.0.
|
|
106
|
-
|
|
107
|
-
## 1.30.0
|
|
108
|
-
|
|
109
|
-
### Minor Changes
|
|
110
|
-
|
|
111
|
-
- Added [OAuth 2.0 Device authorization flow](https://datatracker.ietf.org/doc/html/rfc8628) that enables users to authenticate through Reunite API.
|
|
112
|
-
|
|
113
|
-
### Patch Changes
|
|
114
|
-
|
|
115
|
-
- Updated `operation-tag-defined` built-in rule to verify tags are defined on the operation prior to matching them to a global tag.
|
|
116
|
-
- Updated @redocly/openapi-core to v1.30.0.
|
|
117
|
-
|
|
118
|
-
## 1.29.0
|
|
119
|
-
|
|
120
|
-
### Minor Changes
|
|
121
|
-
|
|
122
|
-
- Added typings and interfaces for Overlay Specification v1.0.0.
|
|
123
|
-
|
|
124
|
-
### Patch Changes
|
|
125
|
-
|
|
126
|
-
- Fixed a problem where the `split` command produced backslashes instead of forward slashes in `$ref`s on Windows.
|
|
127
|
-
- Fixed an issue where the `no-invalid-media-type-examples` rule crashed instead of reporting an error when it failed to resolve an example from a $ref.
|
|
128
|
-
- Updated @redocly/openapi-core to v1.29.0.
|
|
129
|
-
|
|
130
|
-
## 1.28.5
|
|
131
|
-
|
|
132
|
-
### Patch Changes
|
|
133
|
-
|
|
134
|
-
- Fixed an issue where the `build-docs` command produced incorrect output.
|
|
135
|
-
- Updated @redocly/openapi-core to v1.28.5.
|
|
136
|
-
|
|
137
|
-
## 1.28.4
|
|
138
|
-
|
|
139
|
-
### Patch Changes
|
|
140
|
-
|
|
141
|
-
- Fixed an issue where the `build-docs` command failed when React 19 was installed in the project folder.
|
|
142
|
-
- Updated @redocly/openapi-core to v1.28.4.
|
|
143
|
-
|
|
144
|
-
## 1.28.3
|
|
145
|
-
|
|
146
|
-
### Patch Changes
|
|
147
|
-
|
|
148
|
-
- Updated @redocly/openapi-core to v1.28.3.
|
|
149
|
-
|
|
150
|
-
## 1.28.2
|
|
151
|
-
|
|
152
|
-
### Patch Changes
|
|
153
|
-
|
|
154
|
-
- Updated @redocly/openapi-core to v1.28.2.
|
|
155
|
-
|
|
156
|
-
## 1.28.1
|
|
157
|
-
|
|
158
|
-
### Patch Changes
|
|
159
|
-
|
|
160
|
-
- Updated @redocly/openapi-core to v1.28.1.
|
|
161
|
-
|
|
162
|
-
## 1.28.0
|
|
163
|
-
|
|
164
|
-
### Minor Changes
|
|
165
|
-
|
|
166
|
-
- Switched to using native `fetch` API instead of `node-fetch` dependency, improving performance and reducing bundle size.
|
|
167
|
-
|
|
168
|
-
### Patch Changes
|
|
169
|
-
|
|
170
|
-
- Updated @redocly/openapi-core to v1.28.0.
|
|
171
|
-
|
|
172
|
-
## 1.27.2
|
|
173
|
-
|
|
174
|
-
### Patch Changes
|
|
175
|
-
|
|
176
|
-
- Updated the `sideNavStyle` configuration schema to include the `path-only` option.
|
|
177
|
-
- Updated @redocly/openapi-core to v1.27.2.
|
|
178
|
-
|
|
179
|
-
## 1.27.1
|
|
180
|
-
|
|
181
|
-
### Patch Changes
|
|
182
|
-
|
|
183
|
-
- Fixed an issue where running the `preview` command failed because one of its dependencies could not be resolved.
|
|
184
|
-
The issue occurred when Realm was not installed in the `node_modules` of the project.
|
|
185
|
-
- Updated @redocly/openapi-core to v1.27.1.
|
|
186
|
-
|
|
187
|
-
## 1.27.0
|
|
188
|
-
|
|
189
|
-
### Minor Changes
|
|
190
|
-
|
|
191
|
-
- Added the ability to override default problem messages for built-in rules.
|
|
192
|
-
|
|
193
|
-
### Patch Changes
|
|
194
|
-
|
|
195
|
-
- Fixed an issue where `apis`' root in `redocly.yaml` was not resolved properly when the value of `root` was a URL.
|
|
196
|
-
- Updated the Redocly CLI command `redocly build-docs` to use `stdout` instead of `stderr` for simple logs.
|
|
197
|
-
- Updated @redocly/openapi-core to v1.27.0.
|
|
198
|
-
|
|
199
|
-
## 1.26.1
|
|
200
|
-
|
|
201
|
-
### Patch Changes
|
|
202
|
-
|
|
203
|
-
- Fixed an issue where an API alias's root path might be resolved incorrectly for configuration files located outside the root folder.
|
|
204
|
-
- Updated @redocly/openapi-core to v1.26.1.
|
|
205
|
-
|
|
206
|
-
## 1.26.0
|
|
207
|
-
|
|
208
|
-
### Minor Changes
|
|
209
|
-
|
|
210
|
-
- Introduced the `struct` rule and deprecated the `spec` rule.
|
|
211
|
-
Added the `spec` ruleset, which enforces compliance with the specifications.
|
|
212
|
-
|
|
213
|
-
### Patch Changes
|
|
214
|
-
|
|
215
|
-
- Fixed an issue where the CLI would fail to run on Windows due to a breaking change in the Node.js API.
|
|
216
|
-
- Fixed an issue where `join` would throw an error when a glob pattern was provided.
|
|
217
|
-
- Updated `sourceDescriptions` to enforce a valid type field, ensuring compliance with the Arazzo specification.
|
|
218
|
-
- Updated @redocly/openapi-core to v1.26.0.
|
|
219
|
-
|
|
220
|
-
## 1.25.15
|
|
221
|
-
|
|
222
|
-
### Patch Changes
|
|
223
|
-
|
|
224
|
-
- Clarified usage of the `--output` option in the `bundle` command.
|
|
225
|
-
- Updated @redocly/openapi-core to v1.25.15.
|
|
226
|
-
|
|
227
|
-
## 1.25.14
|
|
228
|
-
|
|
229
|
-
### Patch Changes
|
|
230
|
-
|
|
231
|
-
- Resolved an issue where overrides for the severity of configurable rules were ignored.
|
|
232
|
-
- Updated @redocly/openapi-core to v1.25.14.
|
|
233
|
-
|
|
234
|
-
## 1.25.13
|
|
235
|
-
|
|
236
|
-
### Patch Changes
|
|
237
|
-
|
|
238
|
-
- Added the possibility to skip configurable rules using the `--skip-rule` option.
|
|
239
|
-
- Updated @redocly/openapi-core to v1.25.13.
|
|
240
|
-
|
|
241
|
-
## 1.25.12
|
|
242
|
-
|
|
243
|
-
### Patch Changes
|
|
244
|
-
|
|
245
|
-
- Fixed an issue where valid Redocly tokens were not recognized.
|
|
246
|
-
- Updated @redocly/openapi-core to v1.25.12.
|
|
247
|
-
|
|
248
|
-
## 1.25.11
|
|
249
|
-
|
|
250
|
-
### Patch Changes
|
|
251
|
-
|
|
252
|
-
- Fixed an issue with the `remove-x-internal` decorator where bundling API descriptions containing discriminators could fail when using **Node.js** v17 or earlier.
|
|
253
|
-
- Fixed API descriptions bundling. Previously, schemas containing nulls in examples were causing failures.
|
|
254
|
-
- Updated @redocly/openapi-core to v1.25.11.
|
|
255
|
-
|
|
256
|
-
## 1.25.10
|
|
257
|
-
|
|
258
|
-
### Patch Changes
|
|
259
|
-
|
|
260
|
-
- Fixed `component-name-unique` problems to include correct location.
|
|
261
|
-
- Fixed the `remove-x-internal` decorator, which was not removing the reference in the corresponding discriminator mapping while removing the original `$ref`.
|
|
262
|
-
- Updated @redocly/openapi-core to v1.25.10.
|
|
263
|
-
|
|
264
|
-
## 1.25.9
|
|
265
|
-
|
|
266
|
-
### Patch Changes
|
|
267
|
-
|
|
268
|
-
- Updated @redocly/openapi-core to v1.25.9.
|
|
269
|
-
|
|
270
|
-
## 1.25.8
|
|
271
|
-
|
|
272
|
-
### Patch Changes
|
|
273
|
-
|
|
274
|
-
- Added the `REDOCLY_SUPPRESS_UPDATE_NOTICE` environment variable so that users can skip version updates.
|
|
275
|
-
- Fixed bundling with the `--dereferenced` option. Previously, references to external files were not substituted with references to components, causing them to become invalid.
|
|
276
|
-
- Fixed an issue where using `externalValue` as a property name was causing the API description validation process to fail.
|
|
277
|
-
- Updated @redocly/openapi-core to v1.25.8.
|
|
278
|
-
|
|
279
|
-
## 1.25.7
|
|
280
|
-
|
|
281
|
-
### Patch Changes
|
|
282
|
-
|
|
283
|
-
- Updated redoc to v2.2.0.
|
|
284
|
-
- Removed the support of the `x-inherit` extension for Arazzo description files.
|
|
285
|
-
- Updated @redocly/openapi-core to v1.25.7.
|
|
286
|
-
|
|
287
|
-
## 1.25.6
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- Changed the `x-operation` extension in Arazzo, enabling users to make requests with this extension without an API description file.
|
|
292
|
-
- Removed the support of the `x-parameters` extension for Arazzo description files.
|
|
293
|
-
- Updated @redocly/openapi-core to v1.25.6.
|
|
294
|
-
|
|
295
|
-
## 1.25.5
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- Fixed an issue where the bundle command did not resolve links in `externalValue`.
|
|
300
|
-
- Fixed an issue where the plugins in external NPM packages could not be resolved if the CLI package was installed globally.
|
|
301
|
-
- Updated @redocly/openapi-core to v1.25.5.
|
|
302
|
-
|
|
303
|
-
## 1.25.4
|
|
304
|
-
|
|
305
|
-
### Patch Changes
|
|
306
|
-
|
|
307
|
-
- Added a warning message to the `push` and `push-status` commands to notify users about upcoming or ongoing resource deprecation.
|
|
308
|
-
- Updated @redocly/openapi-core to v1.25.4.
|
|
309
|
-
|
|
310
|
-
## 1.25.3
|
|
311
|
-
|
|
312
|
-
### Patch Changes
|
|
313
|
-
|
|
314
|
-
- Updated @redocly/openapi-core to v1.25.3.
|
|
315
|
-
|
|
316
|
-
## 1.25.2
|
|
317
|
-
|
|
318
|
-
### Patch Changes
|
|
319
|
-
|
|
320
|
-
- Fixed `camelCase` assertion for single-letter values.
|
|
321
|
-
- Updated @redocly/openapi-core to v1.25.2.
|
|
322
|
-
|
|
323
|
-
## 1.25.1
|
|
324
|
-
|
|
325
|
-
### Patch Changes
|
|
326
|
-
|
|
327
|
-
- Added additional checks to `criteria-unique` Arazzo rule.
|
|
328
|
-
- Updated @redocly/openapi-core to v1.25.1.
|
|
329
|
-
|
|
330
|
-
## 1.25.0
|
|
331
|
-
|
|
332
|
-
### Minor Changes
|
|
333
|
-
|
|
334
|
-
- Added a cache for resolved plugins to ensure that plugins are only instantiated once during a single execution.
|
|
335
|
-
|
|
336
|
-
### Patch Changes
|
|
337
|
-
|
|
338
|
-
- Updated @redocly/openapi-core to v1.25.0.
|
|
339
|
-
|
|
340
|
-
## 1.24.0
|
|
341
|
-
|
|
342
|
-
### Minor Changes
|
|
343
|
-
|
|
344
|
-
- Added Respect and Arazzo rules: `no-criteria-xpath`, `no-actions-type-end`, `criteria-unique`.
|
|
345
|
-
|
|
346
|
-
### Patch Changes
|
|
347
|
-
|
|
348
|
-
- Fixed an issue where custom rules were not applied to Arazzo descriptions.
|
|
349
|
-
- Updated @redocly/openapi-core to v1.24.0.
|
|
350
|
-
|
|
351
|
-
## 1.23.1
|
|
352
|
-
|
|
353
|
-
### Patch Changes
|
|
354
|
-
|
|
355
|
-
- Fixed a bug where bundling multiple API description files specified as CLI arguments, along with the `--output` option, stored the result in a single file instead of a folder.
|
|
356
|
-
- Updated @redocly/openapi-core to v1.23.1.
|
|
357
|
-
|
|
358
|
-
## 1.23.0
|
|
359
|
-
|
|
360
|
-
### Minor Changes
|
|
361
|
-
|
|
362
|
-
- Added support for the `output` option in the per-API configuration so that the destination file can be specified in configuration.
|
|
363
|
-
|
|
364
|
-
### Patch Changes
|
|
365
|
-
|
|
366
|
-
- Fixed the absolute path for importing plugins in Windows.
|
|
367
|
-
- Added the ability to run the `eject` command without specifying components, which displays a selectable list of all available components.
|
|
368
|
-
- Updated @redocly/openapi-core to v1.23.0.
|
|
369
|
-
|
|
370
|
-
## 1.22.1
|
|
371
|
-
|
|
372
|
-
### Patch Changes
|
|
373
|
-
|
|
374
|
-
- Updated @redocly/openapi-core to v1.22.1.
|
|
375
|
-
|
|
376
|
-
## 1.22.0
|
|
377
|
-
|
|
378
|
-
### Minor Changes
|
|
379
|
-
|
|
380
|
-
- Updated the Arazzo validation types for workflows input, parameter objects, and criteria to match the specification.
|
|
381
|
-
- Added Arazzo rulesets so that users can customize their linting rules for this format.
|
|
382
|
-
|
|
383
|
-
### Patch Changes
|
|
384
|
-
|
|
385
|
-
- Updated @redocly/openapi-core to v1.22.0.
|
|
386
|
-
|
|
387
|
-
## 1.21.1
|
|
388
|
-
|
|
389
|
-
### Patch Changes
|
|
390
|
-
|
|
391
|
-
- Updated @redocly/openapi-core to v1.21.1.
|
|
392
|
-
|
|
393
|
-
## 1.21.0
|
|
394
|
-
|
|
395
|
-
### Minor Changes
|
|
396
|
-
|
|
397
|
-
- Added the `eject` and `translate` commands for use with the new Reunite-hosted product family.
|
|
398
|
-
|
|
399
|
-
### Patch Changes
|
|
400
|
-
|
|
401
|
-
- Updated @redocly/openapi-core to v1.21.0.
|
|
402
|
-
|
|
403
|
-
## 1.20.1
|
|
404
|
-
|
|
405
|
-
### Patch Changes
|
|
406
|
-
|
|
407
|
-
- Get more helpful error messages when there's a problem importing a plugin.
|
|
408
|
-
- Updated @redocly/openapi-core to v1.20.1.
|
|
409
|
-
|
|
410
|
-
## 1.20.0
|
|
411
|
-
|
|
412
|
-
### Minor Changes
|
|
413
|
-
|
|
414
|
-
- Added support for ESM plugins and importing of plugins directly from npm package: `@vendor/package/plugin.js` instead of `./node_modules/@vendor/package/plugin.js`.
|
|
415
|
-
- Added `info-license-strict` rule as a replacement of the `info-license-url` to support the OpenAPI 3.1 changes to allow identifier or URL license details.
|
|
416
|
-
- Changed plugins format to export a function instead of an object for compatibility with other Redocly products. The backwards compatibility with an old format of plugins is maintained.
|
|
417
|
-
|
|
418
|
-
### Patch Changes
|
|
419
|
-
|
|
420
|
-
- Added support for webhooks in stats and fixed a crash that occurred when tags were not included in webhooks.
|
|
421
|
-
- Updated @redocly/openapi-core to v1.20.0.
|
|
422
|
-
|
|
423
|
-
## 1.19.0
|
|
424
|
-
|
|
425
|
-
### Minor Changes
|
|
426
|
-
|
|
427
|
-
- Added support for AsyncAPI 3.0 description linting.
|
|
428
|
-
|
|
429
|
-
### Patch Changes
|
|
430
|
-
|
|
431
|
-
- Fixed an issue where `patternProperties` incorrectly caused linting errors due to a missing `PatternProperties` node.
|
|
432
|
-
- Updated @redocly/openapi-core to v1.19.0.
|
|
433
|
-
|
|
434
|
-
## 1.18.1
|
|
435
|
-
|
|
436
|
-
### Patch Changes
|
|
437
|
-
|
|
438
|
-
- Allowed the `theme.openapi` configuration option to accept settings specific to Redoc 2.x and earlier.
|
|
439
|
-
- Fixed an issue in the OpenAPI `spec` rule where `dependentSchemas` was parsed as an array.
|
|
440
|
-
It is now correctly parsed as a map.
|
|
441
|
-
- Fixed bundling of `$refs` inside `patternProperties`.
|
|
442
|
-
- Updated AsyncAPI v2 typings to abide by JSON Schema draft-07 specification.
|
|
443
|
-
- Updated @redocly/openapi-core to v1.18.1.
|
|
444
|
-
|
|
445
|
-
## 1.18.0
|
|
446
|
-
|
|
447
|
-
### Minor Changes
|
|
448
|
-
|
|
449
|
-
- Added support for Arazzo description linting.
|
|
450
|
-
|
|
451
|
-
### Patch Changes
|
|
452
|
-
|
|
453
|
-
- Removed `additionalItems` from OAS 3.0.x typings. This keyword is not supported by the specification.
|
|
454
|
-
- Updated @redocly/openapi-core to v1.18.0.
|
|
455
|
-
|
|
456
|
-
## 1.17.1
|
|
457
|
-
|
|
458
|
-
### Patch Changes
|
|
459
|
-
|
|
460
|
-
- Added JSON Schema draft 2019-09+ validation keyword - `dependentRequired`.
|
|
461
|
-
- Updated @redocly/openapi-core to v1.17.1.
|
|
462
|
-
|
|
463
|
-
## 1.17.0
|
|
464
|
-
|
|
465
|
-
### Minor Changes
|
|
466
|
-
|
|
467
|
-
- Changed resolution process to include extendedTypes and plugins before linting.
|
|
468
|
-
|
|
469
|
-
### Patch Changes
|
|
470
|
-
|
|
471
|
-
- Added support for the `contentSchema` keyword to parse as a schema instance.
|
|
472
|
-
- Replace path items emoji with 🔀 so the width is consistent.
|
|
473
|
-
- Updated @redocly/openapi-core to v1.17.0.
|
|
474
|
-
|
|
475
|
-
## 1.16.0
|
|
476
|
-
|
|
477
|
-
### Minor Changes
|
|
478
|
-
|
|
479
|
-
- Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings.
|
|
480
|
-
|
|
481
|
-
### Patch Changes
|
|
482
|
-
|
|
483
|
-
- Updated @redocly/openapi-core to v1.16.0.
|
|
484
|
-
|
|
485
|
-
## 1.15.0
|
|
486
|
-
|
|
487
|
-
### Minor Changes
|
|
488
|
-
|
|
489
|
-
- Made `redocly.yaml` validation consistent with the general Redocly config.
|
|
490
|
-
|
|
491
|
-
### Patch Changes
|
|
492
|
-
|
|
493
|
-
- Updated Redoc to v2.1.5.
|
|
494
|
-
- Fixed `no-invalid-media-type-examples`, `no-invalid-parameter-examples`, and `no-invalid-schema-examples` rules which allowed falsy example values to pass for any schema.
|
|
495
|
-
- Updated @redocly/openapi-core to v1.15.0.
|
|
496
|
-
|
|
497
|
-
## 1.14.0
|
|
498
|
-
|
|
499
|
-
### Minor Changes
|
|
500
|
-
|
|
501
|
-
- Added the ability to exclude some operations or entire paths from the `security-defined` rule.
|
|
502
|
-
|
|
503
|
-
### Patch Changes
|
|
504
|
-
|
|
505
|
-
- Improved error messages.
|
|
506
|
-
- Updated @redocly/openapi-core to v1.14.0.
|
|
507
|
-
|
|
508
|
-
## 1.13.0
|
|
509
|
-
|
|
510
|
-
### Minor Changes
|
|
511
|
-
|
|
512
|
-
- Added support for the linting command to output markdown format.
|
|
513
|
-
|
|
514
|
-
### Patch Changes
|
|
515
|
-
|
|
516
|
-
- Updated @redocly/openapi-core to v1.13.0.
|
|
517
|
-
|
|
518
|
-
## 1.12.2
|
|
519
|
-
|
|
520
|
-
### Patch Changes
|
|
521
|
-
|
|
522
|
-
- Updated @redocly/openapi-core to v1.12.2.
|
|
523
|
-
|
|
524
|
-
## 1.12.1
|
|
525
|
-
|
|
526
|
-
### Patch Changes
|
|
527
|
-
|
|
528
|
-
- Updated @redocly/openapi-core to v1.12.1.
|
|
529
|
-
|
|
530
|
-
## 1.12.0
|
|
531
|
-
|
|
532
|
-
### Minor Changes
|
|
533
|
-
|
|
534
|
-
- Added return values for the `push` and `push-status` commands.
|
|
535
|
-
|
|
536
|
-
### Patch Changes
|
|
537
|
-
|
|
538
|
-
- Fixed handling of wildcards on Windows ([#1521](https://github.com/Redocly/redocly-cli/issues/1521)).
|
|
539
|
-
- Updated @redocly/openapi-core to v1.12.0.
|
|
540
|
-
|
|
541
|
-
## 1.11.0
|
|
542
|
-
|
|
543
|
-
### Minor Changes
|
|
544
|
-
|
|
545
|
-
- Removed additional operations from the `join` command; use `lint` and/or `bundle` for operations such as `lint` and `decorate`.
|
|
546
|
-
- Removed lint support from the bundle command to support a wider range of use cases. Users should update to [run lint and bundle separately](https://redocly.com/docs/cli/guides/lint-and-bundle/).
|
|
547
|
-
- Added support for a `github-actions` output format for the `lint` command to annotate reported problems on files when used in a GitHub Actions workflow.
|
|
548
|
-
|
|
549
|
-
### Patch Changes
|
|
550
|
-
|
|
551
|
-
- Fixed [`no-invalid-media-type-examples`](https://redocly.com/docs/cli/rules/no-invalid-media-type-examples/) rule `externalValue` example validation.
|
|
552
|
-
- Updated @redocly/openapi-core to v1.11.0.
|
|
553
|
-
|
|
554
|
-
## 1.10.6
|
|
555
|
-
|
|
556
|
-
### Patch Changes
|
|
557
|
-
|
|
558
|
-
- Added `check-config` command to validate a Redocly configuration file.
|
|
559
|
-
- Updated @redocly/openapi-core to v1.10.6.
|
|
560
|
-
|
|
561
|
-
## 1.10.5
|
|
562
|
-
|
|
563
|
-
### Patch Changes
|
|
564
|
-
|
|
565
|
-
- Updated license text for date and organization naming accuracy.
|
|
566
|
-
- Updated @redocly/openapi-core to v1.10.5.
|
|
567
|
-
|
|
568
|
-
## 1.10.4
|
|
569
|
-
|
|
570
|
-
### Patch Changes
|
|
571
|
-
|
|
572
|
-
- Fixed a problem with the `preview` command crashing on Windows by adding operating system detection for the correct `npx` executable to use.
|
|
573
|
-
- Updated @redocly/openapi-core to v1.10.4.
|
|
574
|
-
|
|
575
|
-
## 1.10.3
|
|
576
|
-
|
|
577
|
-
### Patch Changes
|
|
578
|
-
|
|
579
|
-
- 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.
|
|
580
|
-
- Updated @redocly/openapi-core to v1.10.3.
|
|
581
|
-
|
|
582
|
-
## 1.10.2
|
|
583
|
-
|
|
584
|
-
### Patch Changes
|
|
585
|
-
|
|
586
|
-
- Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings.
|
|
587
|
-
- Updated @redocly/openapi-core to v1.10.2.
|
|
588
|
-
|
|
589
|
-
## 1.10.1
|
|
590
|
-
|
|
591
|
-
### Patch Changes
|
|
592
|
-
|
|
593
|
-
- Updated @redocly/openapi-core to v1.10.1.
|
|
594
|
-
|
|
595
|
-
## 1.10.0
|
|
596
|
-
|
|
597
|
-
### Minor Changes
|
|
598
|
-
|
|
599
|
-
- Users can run the CLI tool behind a proxy by using `HTTP_PROXY` or `HTTPS_PROXY` environment variables to configure the proxy settings.
|
|
600
|
-
|
|
601
|
-
### Patch Changes
|
|
602
|
-
|
|
603
|
-
- Added inflection to the `join` command so that `--prefix-components-with-info-prop` replaces spaces with underscores to create less confusing $refs.
|
|
604
|
-
- Updated @redocly/openapi-core to v1.10.0.
|
|
605
|
-
|
|
606
|
-
## 1.9.1
|
|
607
|
-
|
|
608
|
-
### Patch Changes
|
|
609
|
-
|
|
610
|
-
- Adds support for using logical AND for the security schema so that the `join` command generates the correct schema.
|
|
611
|
-
- Fixed a bug with resolving $refs to file names that contain the hash symbol.
|
|
612
|
-
- Fixed a problem where the `join` command did not process schemas containing `null` values when the `--prefix-components-with-info-prop` option was used.'
|
|
613
|
-
- Updated @redocly/openapi-core to v1.9.1.
|
|
614
|
-
|
|
615
|
-
## 1.9.0
|
|
616
|
-
|
|
617
|
-
### Minor Changes
|
|
618
|
-
|
|
619
|
-
- - Removed descriptions adding for x-tagGroups for the `join` command. Descriptions in x-tagGroups are not supported and cause errors on linting.
|
|
620
|
-
- Updated `info.title` to be used as a name in x-tagGroups instead of a file name for the `join` command, so you can now join files with the same names.
|
|
621
|
-
- Added new `no-required-schema-properties-undefined` rule to check if each required schema property is defined.
|
|
622
|
-
|
|
623
|
-
### Patch Changes
|
|
624
|
-
|
|
625
|
-
- Fixed an issue where using the `--prefix-components-with-info-prop` option with the `join` command caused `$refs` to include duplicated prefixes.
|
|
626
|
-
- Fixed an issue where `$ref`s ending in `#` (instead of `#/`) would break the application.
|
|
627
|
-
- Updated @redocly/openapi-core to v1.9.0.
|
|
628
|
-
|
|
629
|
-
## 1.8.2
|
|
630
|
-
|
|
631
|
-
### Patch Changes
|
|
632
|
-
|
|
633
|
-
- Added markdown format option to stats command for use with GitHub job summaries.
|
|
634
|
-
- Fixed an issue with the `push` command, when `destination` option does not work without specifying it in `redocly.yaml`.
|
|
635
|
-
- Updated @redocly/openapi-core to v1.8.2.
|
|
636
|
-
|
|
637
|
-
## 1.8.1
|
|
638
|
-
|
|
639
|
-
### Patch Changes
|
|
640
|
-
|
|
641
|
-
- Added git to the docker image, so the push command can use git metadata.
|
|
642
|
-
- Updated @redocly/openapi-core to v1.8.1.
|
|
643
|
-
|
|
644
|
-
## 1.8.0
|
|
645
|
-
|
|
646
|
-
### Minor Changes
|
|
647
|
-
|
|
648
|
-
- Added a `push` and `push-status` command for use with future Redocly products.
|
|
649
|
-
|
|
650
|
-
### Patch Changes
|
|
651
|
-
|
|
652
|
-
- Updated @redocly/openapi-core to v1.8.0.
|
|
653
|
-
|
|
654
|
-
## 1.7.0
|
|
655
|
-
|
|
656
|
-
### Minor Changes
|
|
657
|
-
|
|
658
|
-
- Added a `preview` command that starts a local preview server for Redocly projects that use products that are currently in a pre-release stage.
|
|
659
|
-
|
|
660
|
-
### Patch Changes
|
|
661
|
-
|
|
662
|
-
- Fixed an issue with resolving references after splitting API descriptions written in the json format.
|
|
663
|
-
- Added filename extension support for more `x-codeSamples` languages.
|
|
664
|
-
- Fixed a problem where the linter incorrectly returned an error for valid examples that contain references.
|
|
665
|
-
- Updated @redocly/openapi-core to v1.7.0.
|
|
666
|
-
|
|
667
|
-
## 1.6.0
|
|
668
|
-
|
|
669
|
-
### Minor Changes
|
|
670
|
-
|
|
671
|
-
- Added the ability to use `$ref` in the Redocly config file. This ability allows users to split up big config files and maintain their constituent parts independently.
|
|
672
|
-
|
|
673
|
-
### Patch Changes
|
|
674
|
-
|
|
675
|
-
- Deprecated `--lint` option in the `join` command. The options are marked for removal in a future release. Use the [lint command](https://redocly.com/docs/cli/commands/lint/) separately to lint your APIs.
|
|
676
|
-
- Updated @redocly/openapi-core to v1.6.0.
|
|
677
|
-
|
|
678
|
-
## 1.5.0
|
|
679
|
-
|
|
680
|
-
### Minor Changes
|
|
681
|
-
|
|
682
|
-
- Added new rule `array-parameter-serialization` to require that serialization parameters `style` and `explode` are present on array parameters.
|
|
683
|
-
|
|
684
|
-
### Patch Changes
|
|
685
|
-
|
|
686
|
-
- Deprecated lint-related options in the `bundle` command. The options are going to be removed in the subsequent releases.
|
|
687
|
-
Use the [lint command](https://redocly.com/docs/cli/commands/lint/) separately to lint your APIs before bundling.
|
|
688
|
-
- Updated Redoc to v2.1.3.
|
|
689
|
-
- Updated @redocly/openapi-core to v1.5.0.
|
|
690
|
-
|
|
691
|
-
## 1.4.1
|
|
692
|
-
|
|
693
|
-
### Patch Changes
|
|
694
|
-
|
|
695
|
-
- Fixed an issue with resolving the `node-fetch` package by explicitly adding the missing dependency.
|
|
696
|
-
- Updated @redocly/openapi-core to v1.4.1.
|
|
697
|
-
|
|
698
|
-
## 1.4.0
|
|
699
|
-
|
|
700
|
-
### Minor Changes
|
|
701
|
-
|
|
702
|
-
- Added `recommended-strict` ruleset which uses the same rules as `recommended` but with the severity level set to `error` for all rules.
|
|
703
|
-
- Add JSON output support to the `split` and `join` commands.
|
|
704
|
-
|
|
705
|
-
### Patch Changes
|
|
706
|
-
|
|
707
|
-
- The `--host/-h` argument in the `preview-docs` command is now also used by the WebSocket server for hot reloading.
|
|
708
|
-
- Updated @redocly/openapi-core to v1.4.0.
|
|
709
|
-
|
|
710
|
-
## 1.3.0
|
|
711
|
-
|
|
712
|
-
### Minor Changes
|
|
713
|
-
|
|
714
|
-
- Added the possibility to configure the linting severity level of the configuration file for all CLI commands.
|
|
715
|
-
Redocly CLI will exit with an error if there are any issues with the configuration file, and the severity is set to `error`.
|
|
716
|
-
|
|
717
|
-
### Patch Changes
|
|
718
|
-
|
|
719
|
-
- Updated @redocly/openapi-core to v1.3.0.
|
|
720
|
-
|
|
721
|
-
## 1.2.1
|
|
722
|
-
|
|
723
|
-
### Patch Changes
|
|
724
|
-
|
|
725
|
-
- Fixed an issue with nested refs in the `join` command.
|
|
726
|
-
- Fixed pattern for no-server-example.com rule to improve detection accuracy.
|
|
727
|
-
- Changed the report location for `pattern` and `notPattern` assertions to be more precise.
|
|
728
|
-
- Updated `unevaluatedItems` type definition to resolve either boolean or object schema per JSON Schema 2019-09 specification.
|
|
729
|
-
- Updated @redocly/openapi-core to v1.2.1.
|
|
730
|
-
|
|
731
|
-
## 1.2.0
|
|
732
|
-
|
|
733
|
-
### Minor Changes
|
|
734
|
-
|
|
735
|
-
- Added support for linting AsyncAPI v2 files, so that a wider range of API descriptions can use the Redocly linting workflow.
|
|
736
|
-
|
|
737
|
-
### Patch Changes
|
|
738
|
-
|
|
739
|
-
- Renamed API definition to API description for consistency.
|
|
740
|
-
- Updated @redocly/openapi-core to v1.2.0.
|
|
741
|
-
|
|
742
|
-
## 1.1.0
|
|
743
|
-
|
|
744
|
-
### Minor Changes
|
|
745
|
-
|
|
746
|
-
- Added `ignoreCase` option for `tags-alphabetical` rule.
|
|
747
|
-
- Added `join` support for OAS 3.1 definitions.
|
|
748
|
-
- Added support for Redoc v2.1.2, and aligned the dependencies for both projects.
|
|
749
|
-
|
|
750
|
-
### Patch Changes
|
|
751
|
-
|
|
752
|
-
- Fixed an issue where the `--remove-unused-components` option removed used components that were referenced as child objects.
|
|
753
|
-
- Updated Redocly config validation.
|
|
754
|
-
- Fixed the location pointer when reporting on the `no-path-trailing-slash` rule.
|
|
755
|
-
- Updated minimum required version of Node.js to v14.19.0, NPM to v7.0.0, and removed deprecated packages.
|
|
756
|
-
- Updated @redocly/openapi-core to v1.1.0.
|
|
757
|
-
|
|
758
|
-
## 1.0.2
|
|
759
|
-
|
|
760
|
-
### Patch Changes
|
|
761
|
-
|
|
762
|
-
- No code changes.
|
|
763
|
-
- Updated @redocly/openapi-core to v1.0.2.
|
|
764
|
-
|
|
765
|
-
## 1.0.1
|
|
766
|
-
|
|
767
|
-
### Patch Changes
|
|
768
|
-
|
|
769
|
-
- Fixed the build-docs command failing when running outside the root folder.
|
|
770
|
-
- Updated @redocly/openapi-core to v1.0.1.
|