Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: v1.0.0-beta-108 #820

Merged
merged 2 commits into from
Aug 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 19 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,33 @@ tocMaxDepth: 2

# Redocly CLI changelog

## 1.0.0-beta.108 (2022-08-22)

### Changes

- Renamed `no-servers-empty-enum` to `no-server-variables-empty-enum` and fixed incorrect docs of `no-empty-enum-servers`.

### Features

- Add browser support for `openapi-core`.
- Allow accessing `config` field in subclasses extending `BaseResolver` class.
- Ability to create config (e.g. `redocly.yaml`) from string or object.

### Fixes

- Fixed docs for `no-server-example.com`.
- Incorrect schema description dereferenced.


## 1.0.0-beta.107 (2022-08-16)

### Changes

- Add `allowAdditionalProperties` to built-in rules and mark `disallowAdditionalProperties` as deprecated
- Add `allowAdditionalProperties` to built-in rules and mark `disallowAdditionalProperties` as deprecated.

### Fixes

- Introduced severity level `off` for Assertions
- Introduced severity level `off` for assertions.


## 1.0.0-beta.106 (2022-08-09)
Expand Down
Loading