chore: v1.0.0-beta.111 (#905)

Co-authored-by: Adam Altman <adam@rebilly.com>
This commit is contained in:
Roman Hotsiy
2022-10-10 16:05:34 -05:00
committed by GitHub
parent fcdd782d18
commit 2644298d14
5 changed files with 33 additions and 10 deletions

View File

@@ -4,6 +4,29 @@ tocMaxDepth: 2
# Redocly CLI changelog
## 1.0.0-beta.111 (2022-10-10)
### Changes
- Renamed four type names for alignment with the OpenAPI specification.
- `PathsMap` to `Paths`
- `ResponsesMap` to `Responses`
- `EncodingsMap` to `EncodingMap`
- `SecuritySchemeFlows` to `OAuth2Flows`
### Features
- Added a new option `--keep-url-references` to the `bundle` command that disables bundling of absolute URL `$ref`-s.
### Fixes
- Improved location of problems produced by `security-defined` rule.
- Fixed an issue with `response-contains-header` being case-sensitive.
- Fixed an issue with `path-params-defined` rule that was not accounting for params defined on the operation level.
- Fixed an issue with `type` not being validated if it is an array.
- Fixed an issue with `apis` overrides not picking up some base values from the root config.
- Fixed an issue with api not being detected from the `apis` list if used as a file name.
## 1.0.0-beta.110 (2022-09-21)
### Features

12
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@redocly/cli",
"version": "1.0.0-beta.110",
"version": "1.0.0-beta.111",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@redocly/cli",
"version": "1.0.0-beta.110",
"version": "1.0.0-beta.111",
"license": "MIT",
"workspaces": [
"packages/*"
@@ -9750,10 +9750,10 @@
},
"packages/cli": {
"name": "@redocly/cli",
"version": "1.0.0-beta.110",
"version": "1.0.0-beta.111",
"license": "MIT",
"dependencies": {
"@redocly/openapi-core": "1.0.0-beta.110",
"@redocly/openapi-core": "1.0.0-beta.111",
"assert-node-version": "^1.0.3",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",
@@ -9857,7 +9857,7 @@
},
"packages/core": {
"name": "@redocly/openapi-core",
"version": "1.0.0-beta.110",
"version": "1.0.0-beta.111",
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.0",
@@ -10850,7 +10850,7 @@
"@redocly/cli": {
"version": "file:packages/cli",
"requires": {
"@redocly/openapi-core": "1.0.0-beta.110",
"@redocly/openapi-core": "1.0.0-beta.111",
"@types/configstore": "^5.0.1",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",

View File

@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.0.0-beta.110",
"version": "1.0.0-beta.111",
"description": "",
"private": true,
"engines": {

View File

@@ -1,6 +1,6 @@
{
"name": "@redocly/cli",
"version": "1.0.0-beta.110",
"version": "1.0.0-beta.111",
"description": "",
"license": "MIT",
"bin": {
@@ -33,7 +33,7 @@
"Roman Hotsiy <roman@redoc.ly> (https://redoc.ly/)"
],
"dependencies": {
"@redocly/openapi-core": "1.0.0-beta.110",
"@redocly/openapi-core": "1.0.0-beta.111",
"assert-node-version": "^1.0.3",
"chokidar": "^3.5.1",
"colorette": "^1.2.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@redocly/openapi-core",
"version": "1.0.0-beta.110",
"version": "1.0.0-beta.111",
"description": "",
"main": "lib/index.js",
"engines": {